goserver_sync/core/netlib/tcpkeepalive
sk cee39cff43 init 2024-04-12 10:18:26 +08:00
..
LICENSE init 2024-04-12 10:18:26 +08:00
README.md init 2024-04-12 10:18:26 +08:00
keepalive.go init 2024-04-12 10:18:26 +08:00
keepalive_bsd.go init 2024-04-12 10:18:26 +08:00
keepalive_darwin.go init 2024-04-12 10:18:26 +08:00
keepalive_linux.go init 2024-04-12 10:18:26 +08:00
keepalive_solaris.go init 2024-04-12 10:18:26 +08:00
keepalive_windows.go init 2024-04-12 10:18:26 +08:00

README.md

tcpkeepalive

Known Issues: Some problems with the implementation were reported, I'll try to fix them when I get a chance, or if somebody sends a PR.

Package tcpkeepalive implements additional TCP keepalive control beyond what is currently offered by the net pkg.

Only Linux >= 2.4, DragonFly, FreeBSD, NetBSD and OS X >= 10.8 are supported at this point, but patches for additional platforms are welcome.

See also: http://felixge.de/2014/08/26/tcp-keepalive-with-golang.html

License: MIT

Docs: http://godoc.org/github.com/felixge/tcpkeepalive