An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Fine grained tcp keepalive control

[![Build Status](https://travis-ci.org/sorintlab/tcpkeepalive.svg?branch=master)](https://travis-ci.org/sorintlab/tcpkeepalive)
[![GoDoc](https://godoc.org/github.com/sorintlab/tcpkeepalive?status.svg)](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...).