SIP Express Router v0.8.8 - Developer's Guide | ||
---|---|---|
<<< Previous | The Server Startup | Next >>> |
Various subsystems of the server must be called periodically regardless of the incoming requests. That's what timer is for. Function init_timer initializes the timer subsystem. The function is called from main.c and can be found in timer.c The timer subsystem will be described later.
![]() | Timer subsystem must be initialized before config file is parsed ! |
<<< Previous | Home | Next >>> |
Malloc Initialization | Up | FIFO Initialization |