]> Cypherpunks repositories - gostls13.git/commit
net: use same TCP Keep Alive interval between dial and accept
authorDong-hee Na <donghee.na92@gmail.com>
Sun, 5 May 2019 08:23:20 +0000 (17:23 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 May 2019 18:01:09 +0000 (18:01 +0000)
commitb98cecff882e42c7f0842c7adae1deeca1b99002
treeb9d3a345f1d8981ee191c099226d0beb37cec122
parentd199369aab38febae37bbd3faede4a3a53a32d95
net: use same TCP Keep Alive interval between dial and accept

Fixes #31510

Change-Id: I601d114b617a055380bf3c805e2d9a9b0795b656
Reviewed-on: https://go-review.googlesource.com/c/go/+/175259
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/dial.go
src/net/tcpsock_plan9.go
src/net/tcpsock_posix.go