Sock_raw [Archive] - C Board

PDA

View Full Version : Sock_raw


JagWire
07-29-2002, 09:14 PM
Does anyone know of a really good text on using raw sockets? Please don't just give me a google search, I've been researching for days, and all I can find is rubbish saying: SOCK_RAW is insecure, hard to use, unreliable, bleh blah blah....please help.

Javariel
07-29-2002, 09:17 PM
Unix Network Programming Volume 1, by Stephens

drm
07-30-2002, 03:17 AM
A great paper by Nitr0gen covering raw socket programming in great deal. Good place to start, the paper can be found here (http://www.sekure.net/~happy-h/texts/raw_socket.txt). I also recommend Unix Network Programming Volume 1, by Stephens if you want to be serious about network programming.

Cheers