Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/tcpkeepalive
Go package tcpkeepalive implements additional TCP keepalive control beyond what is currently offered by the net pkg.
https://github.com/felixge/tcpkeepalive
Last synced: 1 day ago
JSON representation
Go package tcpkeepalive implements additional TCP keepalive control beyond what is currently offered by the net pkg.
- Host: GitHub
- URL: https://github.com/felixge/tcpkeepalive
- Owner: felixge
- License: mit
- Created: 2014-08-26T12:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T10:19:34.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T05:44:16.049Z (6 days ago)
- Language: Go
- Homepage: http://godoc.org/github.com/felixge/tcpkeepalive
- Size: 9.77 KB
- Stars: 243
- Watchers: 17
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcpkeepalive
**Known Issues:** Some problems with the implementation were [reported](https://groups.google.com/d/msg/golang-nuts/rRu6ibLNdeI/TIzShZCmbzwJ), 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: https://felixge.de/2014/08/26/using-tcp-keepalive-with-go/
**License:** MIT
**Docs:** http://godoc.org/github.com/felixge/tcpkeepalive