Expand description
Network Layer and Event Loop
This module implements the core networking functionality for Ignix, including the TCP server, connection handling, and the main event loop using mio for async I/O operations.
Functionsยง
- bind_
reuseport - Bind a TCP listener with SO_REUSEPORT support
- run_
shard - Run the main server with Multi-Reactor architecture