comparison intercom/tcp.h @ 2:13be24d74cd2

import intercom-0.4.1
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 09:57:52 +0200
parents
children
comparison
equal deleted inserted replaced
1:9cadc470e3da 2:13be24d74cd2
1 /* tcp.cpp
2 *
3 * Copyright (C) DFS Deutsche Flugsicherung (2004, 2005).
4 * All Rights Reserved.
5 *
6 * TCP server functions for IPv4
7 *
8 * Version 0.2
9 */
10
11 int tcp_server_init(int port);
12 int tcp_server_init2(int listen_fd);
13 int socket_async(char *addr, int port);

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.