Does the port change when a TCP connection is accepted by a server?
- by zooropa
When a client connects to a server using TCP, a new socket is created for the TCP stream. Does the connection remain on the same port the connection was made or does it get changed to some other port?