SIP Express Router v0.8.8 - Developer's Guide | ||
---|---|---|
<<< Previous | The Server Startup | Next >>> |
UDP socket initialization depends on dont_fork variable. If this variable is set (only one process will be processing incoming requests) and there are multiple listen interfaces, only the first one will be used. This mode is mainly for debugging.
If the variable is not set, then sockets for all configured interfaces will be created and initialized. See function udp_init in file udp_server.c for more details.
<<< Previous | Home | Next >>> |
Statistics Initialization | Up | Forking |