send-to
Name
send-to -- Send a packet.
Type: function
Synopsis
send-to
( sock buf offset len out-of-band? to, len);
Arguments
- sock
An instance of <fixnum>
- buf
An instance of <string>
- offset
An instance of <fixnum>
- len
An instance of <fixnum>
- out-of-band?
An instance of <boolean>
- to
An instance of <sockaddr>
Return Values
- len
An instance of <fixnum>
Description
Sends a packet out a datagram socket.
Returns #f if an error occurred.