gaea icon indicating copy to clipboard operation
gaea copied to clipboard

Expand TcpStream and UdpSocket options

Open Thomasdezeeuw opened this issue 5 years ago • 0 comments

From the manual for setsockopt:

SO_KEEPALIVE    enables keep connections alive
SO_LINGER       linger on close if data present
SO_OOBINLINE    enables reception of out-of-band data in band
SO_SNDBUF       set buffer size for output
SO_RCVBUF       set buffer size for input
SO_SNDLOWAT     set minimum count for output
SO_RCVLOWAT     set minimum count for input
SO_SNDTIMEO     set timeout value for output
SO_RCVTIMEO     set timeout value for input

Thomasdezeeuw avatar Nov 27 '18 18:11 Thomasdezeeuw