Live data from Hacker News

What happens if you write a TCP stack in Python?

jvns.ca

11–20 of 125 posts

Re: What happens if you write a TCP stack in Python?

#18
post #4

ARP spoofing... clever. This was an amusing read and really informative, too. There is definitely something to be said for explaining lower-level concepts (e.g. TCP handshakes) using the common tongue. IMO, not a bad way to begin learning. Someone could perform the same experiment now and use Wireshark to see the raw packets, then draw conclusions to what is happening. Anyone know why the Python program is so slow? I…

I would be interested in seeing if using asyncio would resolve the network issues.
Post reply on HN