Hi all,
I was trying to create 2 sockets to be able to establish 2 connections to a client. The first socket supposedly to facilitate the DH algo which I wanted to implement and the second socket to only accept byte streams as input. I always get "unable to bind" even though I've used the close() and shutdown() function to close the first socket. Can anyone help show me the way here?
I was trying to create 2 sockets to be able to establish 2 connections to a client. The first socket supposedly to facilitate the DH algo which I wanted to implement and the second socket to only accept byte streams as input. I always get "unable to bind" even though I've used the close() and shutdown() function to close the first socket. Can anyone help show me the way here?
Comment