Zig 0.17.0-dev (Split by item)
This is an example of documentation generated by
ZigDoc , an alternative to Zig's built-in
Auto Doc feature. See also
examples in other modes/formats . The project being documented here (as the example) is the Zig library itself.
Zig › std/ › os/ › emscripten.zig › TCP
TCP
emscripten.TCP
pub const TCP = struct
File
Code
pub const TCP = struct {
pub const NODELAY = 1 ;
pub const MAXSEG = 2 ;
pub const CORK = 3 ;
pub const KEEPIDLE = 4 ;
pub const KEEPINTVL = 5 ;
pub const KEEPCNT = 6 ;
pub const SYNCNT = 7 ;
pub const LINGER2 = 8 ;
pub const DEFER_ACCEPT = 9 ;
pub const WINDOW_CLAMP = 10 ;
pub const INFO = 11 ;
pub const QUICKACK = 12 ;
pub const CONGESTION = 13 ;
pub const MD5SIG = 14 ;
pub const THIN_LINEAR_TIMEOUTS = 16 ;
pub const THIN_DUPACK = 17 ;
pub const USER_TIMEOUT = 18 ;
pub const REPAIR = 19 ;
pub const REPAIR_QUEUE = 20 ;
pub const QUEUE_SEQ = 21 ;
pub const REPAIR_OPTIONS = 22 ;
pub const FASTOPEN = 23 ;
pub const TIMESTAMP = 24 ;
pub const NOTSENT_LOWAT = 25 ;
pub const CC_INFO = 26 ;
pub const SAVE_SYN = 27 ;
pub const SAVED_SYN = 28 ;
pub const REPAIR_WINDOW = 29 ;
pub const FASTOPEN_CONNECT = 30 ;
pub const ULP = 31 ;
pub const MD5SIG_EXT = 32 ;
pub const FASTOPEN_KEY = 33 ;
pub const FASTOPEN_NO_COOKIE = 34 ;
pub const ZEROCOPY_RECEIVE = 35 ;
pub const INQ = 36 ;
pub const CM_INQ = INQ ;
pub const TX_DELAY = 37 ;
pub const REPAIR_ON = 1 ;
pub const REPAIR_OFF = 0 ;
pub const REPAIR_OFF_NO_WP = -1 ;
}