We already have --http-no-autostart and --udp-no-autostart. Add the
new option for consistency.
OPT_RESULT(DCCP_LISTEN_ADDRESS),
OPT_UINT32_VAL(DCCP_PORT), OPT_UINT32_VAL(DCCP_MAX_CLIENTS),
OPT_GIVEN(DCCP_DEFAULT_DENY));
+ if (OPT_GIVEN(DCCP_NO_AUTOSTART))
+ return;
generic_com_on(dss, IPPROTO_DCCP);
}
[help]
See --http-access for details.
[/help]
+ [option dccp-no-autostart]
+ summary = do not open the DCCP port on startup
+ [help]
+ This is like --http-no-autostart but applies to the dccp sender.
+ [/help]
[option dccp-max-clients]
summary = maximal number of simultaneous dccp connections
arg_info = required_arg