BUMP...

I have been reading with winsock and noticed a lot of the time you need to have a two way connection already established and you can only send strings of data...

What I essentially want to do is have a program that sends the data in hex. And the other computer does not have Winsock...

Basically, ill find out the exact packet that I need to send for "I am being attacked" or "My pc specs are....." , or "your latency is ***" (the ping is the last on my list). To what end? To make my life easier in my game while learning how these raw sockets work...