Winsock ‘accept’ creating/returning sockets on the same port as the listener socket
I am creating a listener socket to listen for client connections on a particular port. When accept()
is invoked, my understanding is that it should return a newly created socket on a unique port (so the listener can continue accepting clients on the connection/listener port).