Releases: TL-System/ns.py
Releases · TL-System/ns.py
ns.py v0.4.5.
ns.py v0.4.4
This release fixes outstanding issues in TCP Reno and TCP CUBIC, as well as updated BBR to BBRv3 with new test cases included.
ns.py v0.4.3
Refactored TCPPacketGenerator with a revised way of computing the retransmission timeout based on RFC2688.
ns.py v0.4.2
Fixed several issues in the TCP implementation, brought forward initially by issue #19.
ns.py v0.4.1
Restored the functionality of TCP.
ns.py v0.4.0
Restored the functionality of TCP.
ns.py v0.3.9
Restored the functionality of TCP.
ns.py v0.3.8
Supported BBR as one of the congestion control protocols.
ns.py v0.3.7
Changed flow_classes() to allow more flexible class-based packet scheduling policies.
ns.py v0.3.6
Fixed an issue in the WFQ server implementation.