You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the work to make lwIP more modular, allowing eBPF plugin to be run on it. All the work has been done in the pluginizing branch. This has been done as a proof of concept for showing that we could extend TCP stacks by using eBPF plugins. The use cases shown here are the delayed ACKs, the thin-stream adaptation, and the int…