sysml / clickos

The Click modular router: fast modular packet processing and analysis
http://www.read.cs.ucla.edu/click/
Other
136 stars 35 forks source link

minios: fixing packet deallocation with lwip (issue #40) #41

Closed lukablurr closed 7 years ago

lukablurr commented 7 years ago

When a network interface is used without netmap, the lwip packet buffers do not get deallocated and the network driver stops receiving new packets after it runs out of buffer memory. The current fix registers a new handler which sets the packet destructor on network interfaces that do not use netmap.