Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Close_chan, Close_done_chan chan int
Functions ¶
Types ¶
type TcpKeepAliveListener ¶
type TcpKeepAliveListener struct {
*net.TCPListener
}
tcpKeepAliveListener sets TCP keep-alive timeouts on accepted connections. It's used by ListenAndServe and ListenAndServeTLS so dead TCP connections (e.g. closing laptop mid-download) eventually go away.
Click to show internal directories.
Click to hide internal directories.