What is a TCP?
Introduction
I decided to write about something a little bit fun something that’s not data structures and algorithms, guys pls if you find value in this and love this sort of content do let me know.
Today we are going to talk about TCP this would be ...
therustguy.com8 min read
David Cao
Thanks for the article. We can use tcpdump command to capture tcp packets and learn more about what TCP packets look like. We can also capture particular TCP packets based on the TCP flag like syn, ack, etc.