Skip to content

Releases: TL-System/ns.py

ns.py v0.4.5.

Choose a tag to compare

@baochunli baochunli released this 01 Apr 00:15

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

ns.py v0.4.4

Choose a tag to compare

@baochunli baochunli released this 09 Nov 20:57

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

Choose a tag to compare

@baochunli baochunli released this 06 Feb 18:14

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

ns.py v0.4.2

Choose a tag to compare

@baochunli baochunli released this 03 Feb 05:59

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

ns.py v0.4.1

Choose a tag to compare

@baochunli baochunli released this 23 Dec 01:01

Restored the functionality of TCP.

ns.py v0.4.0

Choose a tag to compare

@baochunli baochunli released this 22 Dec 13:59

Restored the functionality of TCP.

ns.py v0.3.9

Choose a tag to compare

@baochunli baochunli released this 22 Dec 13:52

Restored the functionality of TCP.

ns.py v0.3.8

Choose a tag to compare

@baochunli baochunli released this 18 Nov 02:07

Supported BBR as one of the congestion control protocols.

ns.py v0.3.7

Choose a tag to compare

@baochunli baochunli released this 14 Aug 13:49

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

ns.py v0.3.6

Choose a tag to compare

@baochunli baochunli released this 10 Mar 05:30

Fixed an issue in the WFQ server implementation.