]> git.sesse.net Git - cubemap/commit
Remove support for mark pools.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 24 Apr 2014 21:56:41 +0000 (23:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 24 Apr 2014 21:56:41 +0000 (23:56 +0200)
commit5cc8cd703a637e276c2595953878fd9561592bfa
tree3b436d2b83ceefce615ddd2355cc0662e2b08a77
parentb9d939606ebaf69e2c5a5d8b3e2d8e9adc0e69ae
Remove support for mark pools.

This has been fully obsoleted by the fq qdisc, which is easier to set up,
more scalable and does not require root privileges. Removing it also removes
a significant chunk of code, which is good.
18 files changed:
Makefile
README
client.cpp
client.h
config.cpp
config.h
main.cpp
markpool.cpp [deleted file]
markpool.h [deleted file]
server.cpp
server.h
serverpool.cpp
serverpool.h
stats.cpp
stream.cpp
stream.h
udpstream.cpp
udpstream.h