Home
last modified time | relevance | path

Searched refs:tcp_ca_state (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs214 pub type tcp_ca_state = c_uint; typedef
3365 pub const TCP_CA_Open: tcp_ca_state = 0;
3366 pub const TCP_CA_Disorder: tcp_ca_state = 1;
3367 pub const TCP_CA_CWR: tcp_ca_state = 2;
3368 pub const TCP_CA_Recovery: tcp_ca_state = 3;
3369 pub const TCP_CA_Loss: tcp_ca_state = 4;