Class FrontDropQueue

    • Field Detail

      • length

        public TypedIOPort length
        An output port that sends the length of queue. The default type is integer.
      • dropped

        public TypedIOPort dropped
        An output port that sends dropped packets. The default type is the same as the type of the input port
      • capacity

        public Parameter capacity
        The capacity of the queue. The initial default value is an integer with the value of 1.