https://github.com/sorintlab/tcpkeepalive
Fine grained tcp keepalive control for golang
https://github.com/sorintlab/tcpkeepalive
golang keepalive tcp
Last synced: 11 months ago
JSON representation
Fine grained tcp keepalive control for golang
- Host: GitHub
- URL: https://github.com/sorintlab/tcpkeepalive
- Owner: sorintlab
- License: mit
- Created: 2017-09-21T14:47:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T07:47:07.000Z (over 8 years ago)
- Last Synced: 2025-05-13T19:57:26.009Z (about 1 year ago)
- Topics: golang, keepalive, tcp
- Language: Go
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fine grained tcp keepalive control
[](https://travis-ci.org/sorintlab/tcpkeepalive)
[](http://godoc.org/github.com/sorintlab/tcpkeepalive)
### Requirements
golang >= 1.9 (since we use the new [syscall.RawConn interface](https://golang.org/pkg/syscall/#RawConn))
### TODO
Add support for other OSes (*bsd, darwin etc...).