'name' : 'udp_source_port_avoid',
'section' : 'outgoing',
'type' : LType.ListStrings,
- 'default' : '11211,4791',
- 'help' : 'List of comma separated UDP port number to avoid',
+ 'default' : '4791,11211',
+ 'help' : 'List of comma separated UDP port numbers to avoid',
'doc' : '''
A list of comma-separated UDP port numbers to avoid when binding.
-Ex: `5300,11211,4791`
+Ex: `4791,5300,11211`
See :ref:`setting-udp-source-port-min`.
''',
outgoing:
udp_source_port_avoid:
+ - 4791
- 5300
- 11211
- - 4791
See :ref:`setting-udp-source-port-min`.
''',