|  | The Stochastic Fair Queuing (SFQ) algorithm [1] is a Queue Management algorithm. 
This patch provides an implementation of SFQ in ns-3 along with documentation, test-suite and example program.
Your reviews are much appreciated.
Thanks,
Aditya K Kamath
[1] Paul E. McKenney "Stochastic Fairness Queuing", "Interworking: Research and Experience", v.2, 1991, p.113-131.
   
    
  
  
    
      |  | Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+2277 lines, -0 lines) | Patch |  
        |  | M | src/internet/model/ipv4-packet-filter.h | View |  | 2 chunks | +54 lines, -0 lines | 0 comments | Download |  
        |  | M | src/internet/model/ipv4-packet-filter.cc | View |  | 2 chunks | +132 lines, -0 lines | 0 comments | Download |  
        |  | M | src/internet/model/ipv6-packet-filter.h | View |  | 2 chunks | +54 lines, -0 lines | 0 comments | Download |  
        |  | M | src/internet/model/ipv6-packet-filter.cc | View |  | 2 chunks | +145 lines, -0 lines | 0 comments | Download |  
        |  | A | src/traffic-control/doc/sfq.rst | View |  | 1 chunk | +112 lines, -0 lines | 0 comments | Download |  
        |  | A | src/traffic-control/examples/sfq-example.cc | View |  | 1 chunk | +327 lines, -0 lines | 0 comments | Download |  
        |  | M | src/traffic-control/examples/wscript | View |  | 1 chunk | +3 lines, -0 lines | 0 comments | Download |  
        |  | A | src/traffic-control/model/sfq-queue-disc.h | View |  | 1 chunk | +176 lines, -0 lines | 0 comments | Download |  
        |  | A | src/traffic-control/model/sfq-queue-disc.cc | View |  | 1 chunk | +375 lines, -0 lines | 0 comments | Download |  
        |  | A | src/traffic-control/test/sfq-queue-disc-test-suite.cc | View |  | 1 chunk | +896 lines, -0 lines | 0 comments | Download |  
        |  | M | src/traffic-control/wscript | View |  | 3 chunks | +3 lines, -0 lines | 0 comments | Download |  |