* [dtaht/ns-3-codel-dev] f69227: Latest tcp-qfp, including codel
@ 2012-06-09 5:57 GitHub
0 siblings, 0 replies; 2+ messages in thread
From: GitHub @ 2012-06-09 5:57 UTC (permalink / raw)
To: cerowrt-commits
[-- Attachment #1: Type: text/plain, Size: 2741 bytes --]
Branch: refs/heads/master
Home: https://github.com/dtaht/ns-3-codel-dev
Commit: f69227acd157a6f91827177c43b8fc2c62cfe498
https://github.com/dtaht/ns-3-codel-dev/commit/f69227acd157a6f91827177c43b8fc2c62cfe498
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M examples/matrix-topology/matrix-topology.cc
A scratch/tcp-qfp.cc
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
Log Message:
-----------
Latest tcp-qfp, including codel
Commit: ca6e5dbb59bd7d54a5df4c25d1a8c9bfd55c9491
https://github.com/dtaht/ns-3-codel-dev/commit/ca6e5dbb59bd7d54a5df4c25d1a8c9bfd55c9491
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M src/network/utils/codel-queue.cc
M src/network/utils/codel-queue.h
Log Message:
-----------
Use Newton approximation for codel invsqrt
Also add some more trace variables to codel
Commit: 8e39063b58c6c4317696b65b42a607381be1ef47
https://github.com/dtaht/ns-3-codel-dev/commit/8e39063b58c6c4317696b65b42a607381be1ef47
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M scratch/tcp-qfp.cc
M src/internet/model/sfq-queue.cc
M src/internet/model/sfq-queue.h
M src/internet/wscript
M src/network/utils/codel-queue.cc
M src/network/utils/codel-queue.h
Log Message:
-----------
fq_codel
Commit: 74b68e07b724748471bebd64e5b1459e11b67470
https://github.com/dtaht/ns-3-codel-dev/commit/74b68e07b724748471bebd64e5b1459e11b67470
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-07 (Thu, 07 Jun 2012)
Changed paths:
M scratch/tcp-qfp.cc
A src/internet/model/fq_codel-queue.cc
A src/internet/model/fq_codel-queue.h
M src/network/utils/codel-queue.cc
M src/point-to-point/model/point-to-point-net-device.cc
Log Message:
-----------
Missing files, oops
Commit: 1c5fda95a62807daf34ae8cc8ec04325b8d04fa4
https://github.com/dtaht/ns-3-codel-dev/commit/1c5fda95a62807daf34ae8cc8ec04325b8d04fa4
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-08 (Fri, 08 Jun 2012)
Changed paths:
A src/core/model/linux-list.h
M src/core/wscript
M src/internet/model/fq_codel-queue.cc
M src/internet/model/fq_codel-queue.h
Log Message:
-----------
Make fq_codel lists use actual kernel list algorithm
Compare: https://github.com/dtaht/ns-3-codel-dev/compare/38863c6...1c5fda9
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dtaht/ns-3-codel-dev] f69227: Latest tcp-qfp, including codel
@ 2012-06-07 5:07 GitHub
0 siblings, 0 replies; 2+ messages in thread
From: GitHub @ 2012-06-07 5:07 UTC (permalink / raw)
To: cerowrt-commits
[-- Attachment #1: Type: text/plain, Size: 1750 bytes --]
Branch: refs/heads/andrewmcgr
Home: https://github.com/dtaht/ns-3-codel-dev
Commit: f69227acd157a6f91827177c43b8fc2c62cfe498
https://github.com/dtaht/ns-3-codel-dev/commit/f69227acd157a6f91827177c43b8fc2c62cfe498
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M examples/matrix-topology/matrix-topology.cc
A scratch/tcp-qfp.cc
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
Log Message:
-----------
Latest tcp-qfp, including codel
Commit: ca6e5dbb59bd7d54a5df4c25d1a8c9bfd55c9491
https://github.com/dtaht/ns-3-codel-dev/commit/ca6e5dbb59bd7d54a5df4c25d1a8c9bfd55c9491
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M src/network/utils/codel-queue.cc
M src/network/utils/codel-queue.h
Log Message:
-----------
Use Newton approximation for codel invsqrt
Also add some more trace variables to codel
Commit: 8e39063b58c6c4317696b65b42a607381be1ef47
https://github.com/dtaht/ns-3-codel-dev/commit/8e39063b58c6c4317696b65b42a607381be1ef47
Author: Andrew McGregor <andrewmcgr@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M scratch/tcp-qfp.cc
M src/internet/model/sfq-queue.cc
M src/internet/model/sfq-queue.h
M src/internet/wscript
M src/network/utils/codel-queue.cc
M src/network/utils/codel-queue.h
Log Message:
-----------
fq_codel
Compare: https://github.com/dtaht/ns-3-codel-dev/compare/f69227a^...8e39063
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-09 5:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-09 5:57 [dtaht/ns-3-codel-dev] f69227: Latest tcp-qfp, including codel GitHub
-- strict thread matches above, loose matches on Subject: below --
2012-06-07 5:07 GitHub
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox