by adrien » Oct 30 06 10:56 pm
Hi
My main question is why do you want to stop it?
If as I suspect each connection is only retrieving part of the file, then if you block multiple connections like that, you will break the downloads, as the client won't be able to piece the file back together from the parts.
Are you sure all these connections from the client are actually causing you problems? It may appear a lot worse looking at the activity screen than it really is.
A more effective measure if you're worried about say bandwidth usage by all the requests is to configure bandwidth control to restrict port 80 (web traffic), and you can slow the connections down without actually blocking them.
Adrien