-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum OptionOptions used in PseudoTCP
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OPT_NODELAYWhether to enable Nagle's algorithm (0 == off)
OPT_ACKDELAYThe Delayed ACK timeout (0 == off).
OPT_RCVBUFSet the receive buffer size, in bytes.
OPT_SNDBUFSet the send buffer size, in bytes.
OPT_READ_TIMEOUTTimeout in ms for read operations(0 - no timeout)
OPT_WRITE_TIMEOUTTimeout in ms for write operations(0 - no timeout)
-