Hi guys. I have a question about sockets. It appears that the accept function returns a socket descriptor after creating a new socket handler. This new handler inherits the properties of the socket passed to accept, including the bound port number.
I was wondering if it's possible to change this port number so each socket uses it's own port.
Thanks.
I was wondering if it's possible to change this port number so each socket uses it's own port.
Thanks.
Comment