| SIP Express Router v0.8.8 - Developer's Guide | ||
|---|---|---|
| <<< Previous | The Server Startup | Next >>> | 
SER has built-in support for FIFO control. It means that the running server can accept commands over a fifo special file (a named pipe). Function register_core_fifo initializes FIFO subsystem and registers basic commands, that are processed by the core itself. The function can be found in file fifo_server.c.
The FIFO server will be described in another chapter.
| <<< Previous | Home | Next >>> | 
| Timer Initialization | Up | Built-in Module Initialization |