simkim / tcpdam

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

Limit rate of connection flushing #2

Closed simkim closed 8 years ago

simkim commented 8 years ago

We don't want to kill the remote server by collapsing ten seconds of connections in a few milliseconds

simkim commented 8 years ago

limited at 10 connections for now, need configuration and more testing