Skip to content

Releases: TL-System/ns.py

ns.py v0.4.5.

01 Apr 00:15

Choose a tag to compare

Re-implemented TCP and fixed issues with its spec conformance.

ns.py v0.4.4

09 Nov 20:57

Choose a tag to compare

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

06 Feb 18:14

Choose a tag to compare

Refactored TCPPacketGenerator with a revised way of computing the retransmission timeout based on RFC2688.

ns.py v0.4.2

03 Feb 05:59

Choose a tag to compare

Fixed several issues in the TCP implementation, brought forward initially by issue #19.

ns.py v0.4.1

23 Dec 01:01

Choose a tag to compare

Restored the functionality of TCP.

ns.py v0.4.0

22 Dec 13:59

Choose a tag to compare

Restored the functionality of TCP.

ns.py v0.3.9

22 Dec 13:52

Choose a tag to compare

Restored the functionality of TCP.

ns.py v0.3.8

18 Nov 02:07

Choose a tag to compare

Supported BBR as one of the congestion control protocols.

ns.py v0.3.7

14 Aug 13:49

Choose a tag to compare

Changed flow_classes() to allow more flexible class-based packet scheduling policies.

ns.py v0.3.6

10 Mar 05:30

Choose a tag to compare

Fixed an issue in the WFQ server implementation.