PyTCP is a fully functional TCP/IP stack written in Python. It supports TCP stream-based transport with reliable packet delivery based on a sliding window mechanism and basic congestion control. It also supports IPv6/ICMPv6 protocols with SLAAC address configuration. It operates as a user space program attached to the Linux TAP interface.
Stars
371
Forks
40
Watchers
371
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
Updated Makefile and pyproject.toml to improve compatibility. (#40)
52be447View on GitHubUse config.LOCAL_TCP_MSS instead of config.TAP_MTU-40 (#33)
1146de2View on GitHubUse pipes instead of creating a TunTap interface
ee987e5View on GitHubMerging the unit/integration type checking from PyTCP_2_7 (#22)
38a7049View on GitHub