Module net

Module net 

Source
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