TCP
Turn off Nagle's algorithm
Values
- NODELAY
- Turn off Nagle's algorithm
- MAXSEG
- Limit MSS
- NOPUSH
- Don't push last block of write
- NOOPT
- Don't use TCP options
- KEEPALIVE
- Idle time used when SO_KEEPALIVE is enabled
- CONNECTIONTIMEOUT
- Connection timeout
- PERSIST_TIMEOUT
- Time after which a conection in persist timeout will terminate.
- RXT_CONNDROPTIME
- Time after which TCP retransmissions will be stopped and the connection will be dropped.
- RXT_FINDROP
- Drop a connection after retransmitting the FIN 3 times.
- KEEPINTVL
- Interval between keepalives
- KEEPCNT
- Number of keepalives before clsoe
- SENDMOREACKS
- Always ack every other packet
- ENABLE_ECN
- Enable ECN on a connection
- FASTOPEN
- Enable/Disable TCP Fastopen on this socket
- CONNECTION_INFO
- State of the TCP connection