pub const NODELAY = 1pub const EXPEDITED_1122 = 2pub const OFFLOAD_NO_PREFERENCE = 0pub const OFFLOAD_NOT_PREFERRED = 1pub const OFFLOAD_PREFERRED = 2pub const KEEPALIVE = 3pub const MAXSEG = 4pub const MAXRT = 5pub const STDURG = 6pub const NOURG = 7pub const ATMARK = 8pub const NOSYNRETRIES = 9pub const TIMESTAMPS = 10pub const OFFLOAD_PREFERENCE = 11pub const CONGESTION_ALGORITHM = 12pub const DELAY_FIN_ACK = 13pub const MAXRTMS = 14pub const FASTOPEN = 15pub const KEEPCNT = 16pub const KEEPINTVL = 17pub const FAIL_CONNECT_ON_ICMP_ERROR = 18pub const ICMP_ERROR_INFO = 19pub const BSDURGENT = 28672pub const TCP = struct {
pub const NODELAY = 1;
pub const EXPEDITED_1122 = 2;
pub const OFFLOAD_NO_PREFERENCE = 0;
pub const OFFLOAD_NOT_PREFERRED = 1;
pub const OFFLOAD_PREFERRED = 2;
pub const KEEPALIVE = 3;
pub const MAXSEG = 4;
pub const MAXRT = 5;
pub const STDURG = 6;
pub const NOURG = 7;
pub const ATMARK = 8;
pub const NOSYNRETRIES = 9;
pub const TIMESTAMPS = 10;
pub const OFFLOAD_PREFERENCE = 11;
pub const CONGESTION_ALGORITHM = 12;
pub const DELAY_FIN_ACK = 13;
pub const MAXRTMS = 14;
pub const FASTOPEN = 15;
pub const KEEPCNT = 16;
pub const KEEPINTVL = 17;
pub const FAIL_CONNECT_ON_ICMP_ERROR = 18;
pub const ICMP_ERROR_INFO = 19;
pub const BSDURGENT = 28672;
}