author | Alberto Bertogli
<albertito@gmail.com> 2007-06-01 18:20:16 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-06-01 18:20:16 UTC |
parent | c4d4b8a10c45e95fc9bfd91ea2e1fd9665ba9ebb |
nmdb/tcp.h | +0 | -3 |
diff --git a/nmdb/tcp.h b/nmdb/tcp.h index a493787..924231d 100644 --- a/nmdb/tcp.h +++ b/nmdb/tcp.h @@ -2,9 +2,6 @@ #ifndef _TCP_H #define _TCP_H -/* Maximum number of TCP connections */ -#define MAX_TCPFD 2048 - int tcp_init(void); void tcp_close(int fd); void tcp_newconnection(int fd, short event, void *arg);