TCP uses port numbers to identify sending and receiving application end-points on a host, or Internet sockets. Each side of a TCP connection has an associated 16-bit unsigned port number (0-65535) reserved by the sending or receiving application
Now if we want to create tcp connection and keep it alive i cannot go more then 65535
What should be the best strategy to cross the limit 65k?
adding multiple interface can increase the possibility of creating more connection is there any other stategy