|
embedded-software
reusable software modules for embedded systems
|
#include <sys/socket.h>#include <netinet/in.h>#include <unistd.h>#include <errno.h>#include <fcntl.h>
Go to the source code of this file.
Macros | |
| #define | SET_SOCKET_NONBLOCKING(s) fcntl(s, F_SETFL, O_NONBLOCK) |
| #define SET_SOCKET_NONBLOCKING | ( | s | ) | fcntl(s, F_SETFL, O_NONBLOCK) |