Branch: refs/heads/master Home: https://github.com/dtaht/ns-3-dev Commit: 18c32942c0873f8f6a9d627f54fbe575399c9a8d https://github.com/dtaht/ns-3-dev/commit/18c32942c0873f8f6a9d627f54fbe575399c9a8d Author: Dave Taht Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: A scratch/tcp-qfp.cc A src/core/model/linux-list.h M src/core/wscript A src/internet/model/fq_codel-queue.cc A src/internet/model/fq_codel-queue.h A src/internet/model/sfq-queue.cc A src/internet/model/sfq-queue.h M src/internet/model/tcp-socket-base.cc M src/internet/wscript A src/network/utils/codel-queue.cc A src/network/utils/codel-queue.h M src/network/wscript M src/point-to-point/model/point-to-point-net-device.cc Log Message: ----------- Rebase codel and fq_codel work on top of current ns3 codebase There were issues in the previous work making it difficult to move forward. Hopefully with hg-git installed we can go back and forth. This commit leaves the default queue depth at 1000 packets and has setting the queue mode commented out.