Re: multi socket for same file (General questions)
Klinzter,
Unfortunately you cannot use multiple sockets for same file.
You can download parts of same file simultaneously using multiple requests. However this is no easy to implement and you cannot do that automatically.
Drazen