Added a configurable listen() backlog (defaults to: server_listen_backlog=50)

This commit is contained in:
Jan Vidar Krey
2009-10-06 15:50:42 +02:00
parent 7eef032584
commit f076c67c33
4 changed files with 6 additions and 2 deletions

View File

@@ -30,7 +30,6 @@
#define SERVER_PORT 1511
#define SERVER_ADDR_IPV6 "::"
#define SERVER_ADDR_IPV4 "0.0.0.0"
#define SERVER_BACKLOG 50
#ifndef WIN32
#define SERVER_CONFIG "/etc/uhub/uhub.conf"