Search results

  1. F

    Max Client TCP Ports?

    65535 is often mentioned as the max number of TCP client ports on a single server. However, isn't that per local IP? Let's say I have a server with 5 IP addresses, and 5 processes, each communicating on a different IP. Since a socket consists of 4 elements (src_ip, src_port, dst_ip, dst_port)...
Top