hi i need to creat code in c++ to make TCP header and crc in one program in c++ thanx

Recommended Answers

All 2 Replies

Good luck, have fun!

Google is your friend! You need to understand the structure of TCP/IP packets - this information is widely available, and I'm sure there are good Wikipedia articles on the subject that will lay it out for you. Then, you create a structure to contain the information, and populate it accordingly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.