Does one need to close CreateTxUdpSocket when done with it ?
Posted: Thu Dec 04, 2008 2:46 pm
I have a situation that I need to create UDP connection to 3 different IP's.
The manual says to use:
int CreateTxUdpSocket(IPADDR send_to_addr, WORD remote_port, WORD local_port).
I would like to understand this a bit more. Do I need to close or anything else when I am done talking to this IP ?
The manual says to use:
int CreateTxUdpSocket(IPADDR send_to_addr, WORD remote_port, WORD local_port).
I would like to understand this a bit more. Do I need to close or anything else when I am done talking to this IP ?