Package apple.network.enums
Class nw_ip_ecn_flag_t
- java.lang.Object
-
- apple.network.enums.nw_ip_ecn_flag_t
-
public final class nw_ip_ecn_flag_t extends java.lang.Object[@typedef] nw_ip_ecn_flag_t ECN flags marked in IP headers to indicate congestion.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_ip_ecn_flag_ce[@const] nw_ip_ecn_flag_ce Congestion Experienced, value 0b11static intnw_ip_ecn_flag_ect_0[@const] nw_ip_ecn_flag_ect_0 ECN Capable Transport (0), value 0b10static intnw_ip_ecn_flag_ect_1[@const] nw_ip_ecn_flag_ect_1 ECN Capable Transport (1), value 0b01static intnw_ip_ecn_flag_non_ect[@const] nw_ip_ecn_flag_non_ect Non ECN-Capable Transport, value 0b00
-
-
-
Field Detail
-
nw_ip_ecn_flag_non_ect
public static final int nw_ip_ecn_flag_non_ect
[@const] nw_ip_ecn_flag_non_ect Non ECN-Capable Transport, value 0b00- See Also:
- Constant Field Values
-
nw_ip_ecn_flag_ect_0
public static final int nw_ip_ecn_flag_ect_0
[@const] nw_ip_ecn_flag_ect_0 ECN Capable Transport (0), value 0b10- See Also:
- Constant Field Values
-
nw_ip_ecn_flag_ect_1
public static final int nw_ip_ecn_flag_ect_1
[@const] nw_ip_ecn_flag_ect_1 ECN Capable Transport (1), value 0b01- See Also:
- Constant Field Values
-
nw_ip_ecn_flag_ce
public static final int nw_ip_ecn_flag_ce
[@const] nw_ip_ecn_flag_ce Congestion Experienced, value 0b11- See Also:
- Constant Field Values
-
-