i'm trying to create a raw sockets using ruby .... the problem is there isn't any thing called raw socket there ,and on the other hand the socket class itself is not fully documented .... do any body have some code samples for that kind of sockets in ruby ?? or maybe some kind of a documentation for that ???
By the way i already know very well how to work with TCPSocket and TCPServer classes ,and what i need is particularly a raw socket.
thanx any way ....