Live data from Hacker News

TCP is harder than it looks

jsnell.iki.fi

1–10 of 66 posts

Re: TCP is harder than it looks

#2
I've to confess I've quite limited knowledge with TCP/IP stack internals, e.g. the way stack extensions work et cetera.

Does anyone know of any available online visual materials/tutorials? I'm particularly searching for tools capable of recording and replaying TCP/IP stack packets with visual representation, references to RFCs and specifications.

Re: TCP is harder than it looks

#3

I've to confess I've quite limited knowledge with TCP/IP stack internals, e.g. the way stack extensions work et cetera. Does anyone know of any available online visual materials/tutorials? I'm particularly searching for tools capable of recording and replaying TCP/IP stack packets with visual representation, references to RFCs and specifications.

http://www.pcvr.nl/tcpip/

Re: TCP is harder than it looks

#4

I've to confess I've quite limited knowledge with TCP/IP stack internals, e.g. the way stack extensions work et cetera. Does anyone know of any available online visual materials/tutorials? I'm particularly searching for tools capable of recording and replaying TCP/IP stack packets with visual representation, references to RFCs and specifications.

https://www.wireshark.org/

Re: TCP is harder than it looks

#5
The author uses the customized settings for his TCP stack and then laments that some nodes on the internet which aren't under his control depend on more common settings. Honestly I don't see why he could have expected any different outcome.

Re: TCP is harder than it looks

#6

I've to confess I've quite limited knowledge with TCP/IP stack internals, e.g. the way stack extensions work et cetera. Does anyone know of any available online visual materials/tutorials? I'm particularly searching for tools capable of recording and replaying TCP/IP stack packets with visual representation, references to RFCs and specifications.

Coursera and stanford mooc helped me understand networking deeper, you might try to apply.

Re: TCP is harder than it looks

#9
post #5

The author uses the customized settings for his TCP stack and then laments that some nodes on the internet which aren't under his control depend on more common settings. Honestly I don't see why he could have expected any different outcome.

The other node doesn't depend on the settings, it depends on not receiving a duplicate SYN.
Post reply on HN