Im getting into Winsocks and is there any reference to tell me what a packet is. Like UDP/TCP Packets?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A good starting point for TCP/IP is here: http://en.wikipedia.org/wiki/Internet_Protocol_Suite, and for UDP here: http://en.wikipedia.org/wiki/User_Datagram_Protocol
In addition, this looks like a pretty good introduction to Winsock in C++: http://www.madwizard.org/programming/tutorials/netcpp/