how to reconnect udp socket from 1 ip address to another address
Solved
General and Desktop
-
I currently have a udp socket which is connected to the local host. The question is that. If I want to connect the same socket to another ip address,i have to close the current address and port. How to disconnect the socket from current ip address and reconnect to the new ip address
-
I currently have a udp socket which is connected to the local host. The question is that. If I want to connect the same socket to another ip address,i have to close the current address and port. How to disconnect the socket from current ip address and reconnect to the new ip address
or
and then connect to the new address + port
-
or
and then connect to the new address + port
@Pl45m4 thank you
-