next up previous
Next: 6.0.5 The Setsockopt() call Up: 6 The Socket API Previous: 6.0.3 The Sendto() call

6.0.4 The Write() call

As you can see in Section 6.0.1 , the Write() call cannot be used with a UDP socket. This is quite different from the standard write() call in UNIX, which can be used with any socket. The Write() call can only be used with a routing or a TCP socket.


next up previous
Next: 6.0.5 The Setsockopt() call Up: 6 The Socket API Previous: 6.0.3 The Sendto() call