1 Repo
Routing logic that decides between the host kernel network stack and a user-space implementation.
Distinct from Kernel Stack Integration: Distinct from general kernel stack integration: specifically implements the decision logic to bypass the kernel for certain traffic.
Explore 1 awesome GitHub repository matching networking & communication · User-Space Stack Routing. Refine with filters or upvote what's useful.
f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and overall throughput. It utilizes DPDK to route network traffic directly to user space and integrates a transplanted FreeBSD network stack to handle transport and network layer protocols outside of the host operating system. The project provides a socket API compatibility layer that allows standard network applications to run on a high-performance backend without requiring code changes. It also features a coroutine-based network API and micro-threading interface to manage asynchron
Implements routing logic to toggle between the standard kernel network stack and the high-performance user-space stack.