Sometimes I see concurrent simultaneous connections from my own IP to the same Guard node. So,
# netstat -apn | grep MY_IP
shows up to 4 different connections (they use different src ports and the same dst port) between my IP and my Guard node. Why tor needs to separate these TCP connections? Why one TCP connection between my IP and my Guard is not enough?
Sometimes I see concurrent…
Sometimes I see concurrent simultaneous connections from my own IP to the same Guard node. So,
# netstat -apn | grep MY_IPshows up to 4 different connections (they use different src ports and the same dst port) between my IP and my Guard node. Why tor needs to separate these TCP connections? Why one TCP connection between my IP and my Guard is not enough?