No.
It means, I want to disconnect those not overloaded hosts if I am fairly sure that they cause the others to be overloaded.
I can't be perfectly sure (I could be generating messages myself), but if
* most of the outgoing are overloaded and
* one of the incoming ones creates much more traffic than the others
I can be fairly sure that the one incoming connection causes the outgoing ones to be overloaded.
Note on the words: With "incoming" I mean "incoming stream of data" and with "outgoing" "outgoing stream of data". Since all connections are both-way I don't differenciate between connections initiated by me or by others. |