Hacker News new | ask | show | jobs
by richardw 5385 days ago
You can have multiple connections on the same port from the same client. E.g. all connections via HTTP commonly go over the same port and a single browser usually has 2-4 simultaneous connections to the server. They don't use multiple ports to achieve this.
1 comments

They use multiple ports on the client side to achieve this - the "client port" part of the tuple varies.