Skip to content
  • Kirk Webb's avatar
    · 90b88ab8
    Kirk Webb authored
    Fix linux linkdelays to honor queue size properly.
    
    This removes the problem where the delay queuing discipline would
    collect packets indefinitely.  It now maintains a maximum queue
    length, and drops packets when this fills (droptail).  The linux
    delaysetup script has been altered to use this new queue size
    mechanism.  Also, I'm committing the updated patch for the tc utility
    that allows modification of this queue size parameter from user space.
    90b88ab8