Matt Olson
Matt Olson
Puts back the BBR code
### Describe the feature you'd like supported LOLA needs to handle the case where XDP is not available on an interface (to handle e.g. loopback connections). Currently XDP is treated...
Pacing can be done two ways: either each packet is posted to the NIC with a timestamp (which feels like what we ideally want to have), or you can plub...
Half of all networking problems are caused by unbound queues. Pacing introduces a new queue into the system. How will the size of this queue be limited?