]> Cypherpunks repositories - gostls13.git/commit
net: harmonize the time units used for TCP keep-alive on DragonFly and other UNIX...
authorAndy Pan <panjf2000@gmail.com>
Tue, 20 Feb 2024 08:17:06 +0000 (16:17 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 21 Feb 2024 00:55:03 +0000 (00:55 +0000)
commitd4112310a4d3b1981d77226a3d52a8b566b0c0bc
tree2b23d625047e136eec32e705648da24e2e0c02c6
parent1a8ee033f84d9ea53c15c3b395ddcc42a4cb9cd2
net: harmonize the time units used for TCP keep-alive on DragonFly and other UNIX's by seconds

Follows up CL 542275

Fixes #65809

Change-Id: Iba01efb4ff0fbb7a67840875322f0338337ebb78
Reviewed-on: https://go-review.googlesource.com/c/go/+/565315
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Andy Pan <panjf2000@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/net/tcpconn_keepalive_dragonfly_test.go [deleted file]
src/net/tcpconn_keepalive_unix_test.go
src/net/tcpsockopt_dragonfly.go [deleted file]
src/net/tcpsockopt_unix.go