2 years ago
#23716
Matthias Lee
What does a raw tcp conversation look like, down to the nitial syn/ack requests
I would be interested in learning more about TCP, and possibly implementing it myself, but I can not seem to find any info on what a raw tcp conversation including the syn/synack/ack packets.
I want something like this, but the actual, raw data the two systems are sending and receiving
Client: syn
server: synack
client: ack
client: GET / HTTP/1.1
server: <h1>Website</h1>
networking
tcp
packet
0 Answers
Your Answer