(example of concept)
when opening new connections to a server that accepts 20 connections
mikrotik will count 10 new opened connections to the dst ip then {route ,(redirect)} the other 10 to the second wan
this will increase download speed by factor of wan1+wan2 (combined wans )
will pcc merge connections of multi wan to a dst-address and support opening of multiple simultaneous download streams based on dst-address connection count?
20 mbps dsl and a 20 mbps dsl don't combine the speeds with pcc
20 mb dsl + 20 mb dsl =40 !
if a client is downloading a file with 2 ips (2 wans ) and splitting the file into 4 segments (multithreading download) the host pc will merge the file parts together with a Dedicated Software
and a SERVER that support resume interrupted downloads is a must .
how can mikrotik load balance the 4 segments connections to be (20+20) / 4 segments
counting dst-address connections for each wan will do this(at least in my understanding)
any further help on clearing the subject will be great