Throttling port forwarder Wiki
A port forwarder that allows limiting the data rate
Brought to you by:
deffi
Currently, even if the remote port is closed, incoming connections are accepted, even though they should be rejected. This is a limitation of the Qt socket API: QTcpServer automatically accepts incoming connections.
It /might/ be possible to change that behavior by overriding QTcpServer::incomingConnection.