Login
Unlike standard HTTP proxies that simple redirect traffic through a middleman server, Scramjet acts as a comprehensive .
To achieve near-zero latency, packet routing and simple filtering decisions must happen before the packet even reaches the operating system's network stack. By leveraging Extended Berkeley Packet Filter (eBPF) and eXpress Data Path (XDP), a scramjet proxy can execute custom bytecode directly in the driver layer of the NIC. If a packet matches a pre-defined routing rule, it is instantly redirected to the outbound interface without traversing the full TCP/IP stack. 3. Non-Blocking Event Loops scramjet proxy
What are you looking to proxy (e.g., HTTP APIs, IoT telemetry, system logs)? Unlike standard HTTP proxies that simple redirect traffic