public final class nw_ip_ecn_flag_t
extends java.lang.Object
ECN flags marked in IP headers to indicate congestion.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_ip_ecn_flag_ce
[@const] nw_ip_ecn_flag_ce Congestion Experienced, value 0b11
|
static int |
nw_ip_ecn_flag_ect_0
[@const] nw_ip_ecn_flag_ect_0 ECN Capable Transport (0), value 0b10
|
static int |
nw_ip_ecn_flag_ect_1
[@const] nw_ip_ecn_flag_ect_1 ECN Capable Transport (1), value 0b01
|
static int |
nw_ip_ecn_flag_non_ect
[@const] nw_ip_ecn_flag_non_ect Non ECN-Capable Transport, value 0b00
|
public static final int nw_ip_ecn_flag_non_ect
public static final int nw_ip_ecn_flag_ect_0
public static final int nw_ip_ecn_flag_ect_1
public static final int nw_ip_ecn_flag_ce