]> Cypherpunks repositories - gostls13.git/commit
net: update the doc for TCPConn.SetKeepAlivePeriod on Windows
authorAndy Pan <i@andypan.me>
Thu, 4 Apr 2024 08:52:06 +0000 (16:52 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 4 Apr 2024 22:54:49 +0000 (22:54 +0000)
commit99b65ae9304d8cc04b1d6c72d59bcb8e8ad539cd
tree7e850199f91bbf007924368270b76340c4815803
parent7e9894449e8a12157a28a4a14fc9341353a6469c
net: update the doc for TCPConn.SetKeepAlivePeriod on Windows

The method comment of TCPConn.SetKeepAlivePeriod had become
obsolete and inaccurate since CL 565495 and CL 570077 were merged.

For #65817

Change-Id: Ide99b2949676d452a505ba6fd634088f05c9df44
Reviewed-on: https://go-review.googlesource.com/c/go/+/576435
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
src/net/tcpsock.go