Merge branch '1.1' into thkr-1.1-ponyhof
This commit is contained in:
commit
0fc873a161
19 changed files with 359 additions and 41 deletions
|
|
@ -43,8 +43,8 @@
|
|||
int addressfamily = AF_UNSPEC;
|
||||
int maxtimeout = 900;
|
||||
int seconds_till_retry = 5;
|
||||
int udp_rcvbuf = 0;
|
||||
int udp_sndbuf = 0;
|
||||
int udp_rcvbuf = 1024 * 1024;
|
||||
int udp_sndbuf = 1024 * 1024;
|
||||
int max_connection_burst = 100;
|
||||
|
||||
listen_socket_t listen_socket[MAXSOCKETS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue