#include <unistd.h>
#include <errno.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include "addr.h"
#include "mem.h"
#include "tcp.h"
Include dependency graph for tcp_listen.c:

Go to the source code of this file.
Functions | |
| int | tcp_listen (const char *ip, int port, int backlog) |
| listen for incomming connections | |
1.5.2