Loco
07-27-2002, 01:28 AM
6 - Advanced Socket Programming
How would I put my socket in non-blocking mode?
How can I put a timeout on connect()?
How do I complete a read if I've only read the first part of something, without again calling select()?
How to use select routine
RAW sockets
Restricting a socket to a given interface
Receiving all incoming traffic through a RAW-socket?
Multicasting
Getting IP header of a UDP message
To fork or not to fork?
Connect with timeout (or another use of select() )
How would I put my socket in non-blocking mode?
How can I put a timeout on connect()?
How do I complete a read if I've only read the first part of something, without again calling select()?
How to use select routine
RAW sockets
Restricting a socket to a given interface
Receiving all incoming traffic through a RAW-socket?
Multicasting
Getting IP header of a UDP message
To fork or not to fork?
Connect with timeout (or another use of select() )