Versions in this module Expand all Collapse all v1 v1.2.0 Nov 11, 2016 v1.1.0 Nov 10, 2016 Changes in this version + func NewTCPListener(net, laddr string) (stdnet.Listener, error) + func NewTCPListenerNoShutdown(net, laddr string) (stdnet.Listener, error) + func NewTCPNoShutdown(l *stdnet.TCPListener) stdnet.Listener + func NewUnixListener(net, laddr string) (stdnet.Listener, error) + func NewUnixListenerNoShutdown(net, laddr string) (stdnet.Listener, error) + func NewUnixNoShutdown(l *stdnet.UnixListener) stdnet.Listener