Defines | |
#define | u_net_write(sd, buf, nbytes, nw, iseof) u_net_io((iof_t) write, sd, buf, nbytes, nw, iseof) |
u_net_io specialisation for output ops | |
Functions | |
int | u_net_sock (const char *uri, int mode) |
Top level socket creation routine. | |
int | u_net_io (iof_t f, int sd, void *buf, size_t l, ssize_t *n, int *eof) |
Top level I/O routine. |
|
Try to read/write - atomically - a chunk of
|
|
This routine creates a socket and returns its file descriptor. A client socket ( The identification is done via a family of private URIs:
After resolving the supplied URI, the control is passed to the appropriate handler which carries out the real job (i.e.
|