- Added cmake buildsystem to the client
- Fixed double command bug in traffic control code.
- Added optional broker selection based on usage.
- Fixed off-by-one error in PREPARE package.
- Added tests.
- Added
fq_codel
tc
rule to help alleviate buffer bloat. - Added new CFFI-based conntrack bindings.
- Broker can now be installed as a Python package via
setup.py
. Due to this change it is now run aspython -m tunneldigger_broker.main l2tp_broker.cfg
after installation.
- Broker rewrite so that it can run on OpenWrt.
- Broker is now run as
python -m broker.main l2tp_broker.cfg
from the repository directory.
- Version with broker which does not run on OpenWrt.