Class VariableDelaySwitch

    • Field Detail

      • allowPDV

        public Parameter allowPDV
        A Boolean to enable/disable packet-length dependent input delay. The initial default value is true.
      • allowPriority

        public Parameter allowPriority
        A Boolean to enable/disable priority dependent input delay. The initial default value is false.
      • channelBandwidth

        public Parameter channelBandwidth
        The channel bandwidth in bits/second. The initial default value is the integer 1000000, signifying 1Mbps.
      • unitTokenSize

        public Parameter unitTokenSize
        The size of one data token in bits. The initial default value is an integer with the value 1000.
      • _channelBandwidth

        protected int _channelBandwidth
        The channel bandwidth that will be used to determine the delay (in bits/sec).
      • _unitTokenSize

        protected int _unitTokenSize
        The unit token size in bits.
      • _allowPDV

        protected boolean _allowPDV
        Aallow or disallow input buffer packet delay variation.
      • _allowPriority

        protected boolean _allowPriority
        Allow or disallow priority switching.
      • TCPHeaderSize

        protected static final int TCPHeaderSize
        The default header size for TCP.
        See Also:
        Constant Field Values