1 repo
Systems designed to handle multiple inbound and outbound network protocols simultaneously within a single process.
Distinguishing note: Focuses on multi-protocol concurrency and traffic management rather than generic network utilities or specific protocol implementations.
Explore 1 awesome GitHub repository matching networking & communication · Concurrent Protocol Managers. Refine with filters or upvote what's useful.
V2ray-core is a modular network proxy engine designed to manage inbound and outbound traffic through a unified, rule-based processing pipeline. It functions as a background service that operates multiple concurrent network protocols within a single process, allowing for flexible traffic management and the independent handling of diverse communication streams. The project distinguishes itself through a highly decoupled architecture that treats network protocols as swappable modules, enabling the encapsulation of various transport layers into a consistent stream-based model. It features a centr
Enables simultaneous operation of diverse network protocols within a single process for flexible traffic management.