ccie18643 / PyTCP

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.
GNU General Public License v3.0
349 stars 35 forks source link

GitHub Action to lint Python code #1

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Output: https://github.com/cclauss/PyTCP/actions

ccie18643 commented 3 years ago

Ned to add 'tha' to codespell ignore list, otherwise it messes with ARP Target Hardware Address field.

codespell --ignore-words-list="ect,ether,nd,tha" --quiet-level=2