]> Cypherpunks repositories - gostls13.git/commit
net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos
authorAndy Pan <i@andypan.me>
Thu, 28 Mar 2024 07:08:38 +0000 (15:08 +0800)
committerGopher Robot <gobot@golang.org>
Sun, 14 Apr 2024 18:17:21 +0000 (18:17 +0000)
commit16df5330e410cfc702d942eb0cf3707ccdfd2c1d
treef09d0ae37100f12f3cf65730dca934e42c96339f
parent519f6a00e4dabb871eadaefc8ac295c09fd9b56f
net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos

Fixes #65812

Change-Id: I63facb32eeddbe9b6e0279f1c039779ba2e2ab7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/575015
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Andy Pan <panjf2000@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Commit-Queue: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/tcpconn_keepalive_conf_posix_test.go
src/net/tcpconn_keepalive_illumos_test.go [new file with mode: 0644]
src/net/tcpconn_keepalive_solaris_test.go
src/net/tcpconn_keepalive_test.go
src/net/tcpsock.go
src/net/tcpsockopt_solaris.go
src/net/tcpsockopt_unix.go