tcp
tcp copied to clipboard
Package tcp implements TCP-level socket options
Results
1
tcp issues
Sort by
recently updated
recently updated
newest added
Currently, the connection passed to `NewConn` has to be a `*net.TCPConn`, even though the function allows for a `net.Conn` to be passed. This is because `NewConn` performs a type assertion:...