how using the socket class would i send a raw packet to a server?
Printable View
how using the socket class would i send a raw packet to a server?
Why would you want to do this...
Quote:
Originally Posted by OMITT3D
because i like to learn and right now i want to learn about sockets.socket
anyone know how to do this?
Are you planning on using the socket object supplied with the framework, or true, raw data?
true raw data.Quote:
Originally Posted by sevenhalo
TCP or UDP?Quote:
Originally Posted by high6
both, im gonna learn both one time or another lol.Quote:
Originally Posted by |2eM!x
Im interested in UDP, and I have asked numerous times and no one seems to know. MSDN example doesnt even work :S
I would start by reading through this:
http://www.tcpipguide.com/free/t_toc.htm
It's alot to digest. Using the socket objects built into the framework would deffinitely be the more feasible option if you can make it work, but if not... That link will be a good place to start.