OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
349 stars 126 forks source link

Free up the odp packet buffers stuck in tcp segment while flushing #266

Open vishoo opened 3 years ago

vishoo commented 3 years ago

The tcp resassembly code does not flush the odp_packets which are attached to the tcp_segment while closing the connection and flushing the tcp reassembly list. This change fixes the buffer leak.