simkim / tcpdam

A parking proxy for tcp connections
GNU General Public License v3.0
18 stars 1 forks source link

When stopped also flush the tcp backlog #6

Closed simkim closed 8 years ago

simkim commented 8 years ago

When we open and stop tcpdam we should wait until all connections are flushed and tcp backlog empty.

This should by side effect allow tcpdam to park a maximum of connection in kernel space, saving file descriptors.