Raw socket TCP/IP

David Nadlinger see at klickverbot.at
Sat Feb 4 15:44:29 PST 2012


On 2/4/12 11:42 PM, Eyyub wrote:
> I'm trying to use a raw socket, […]

Use SocketType.STREAM if you want TCP. SOCK_RAW is for cases where you 
want a raw IP socket (for the exact details, look it up in your OS docs).

David


More information about the Digitalmars-d-learn mailing list