Class 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 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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