Compared to the default 3 (2 udp + 1 tcp worker) * 2048 (max mthreads)
= 6144 fd's needed if all mthreads are busy, 1024 does not sound
too great of a burden with respect to fd usage.
'name' : 'max_tcp_clients',
'section' : 'incoming',
'type' : LType.Uint64,
- 'default' : '128',
+ 'default' : '1024',
'help' : 'Maximum number of simultaneous TCP clients',
'doc' : '''
Maximum number of simultaneous incoming TCP connections allowed.
''',
+ 'versionchanged': ('5.2.0', 'Before 5.2.0 the default was 128.'),
},
{
'name' : 'max_tcp_per_client',
'help' : 'If set, maximum number of TCP sessions per client (IP address)',
'doc' : '''
Maximum number of simultaneous incoming TCP connections allowed per client (remote IP address).
- 0 means unlimited.
+0 means unlimited.
''',
},
{