#include <string.h>#include <strings.h>#include <sys/socket.h>#include <netdb.h>#include <netinet/in.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <iostream.h>#include <stdio.h>#include "tcpsocket.h"#include "errcode.h"#include "misc.h"Defines | |
| #define | RECV_FLAG MSG_WAITALL |
Functions | |
| int | BlockSocket (int sockid) |
| int | recv_all (int s, unsigned char *buf, int len, unsigned int flags) |
| int | send_all (int s, unsigned char *buf, int len, unsigned int flags) |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001