[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
void SDLNet_UDP_Close(UDPsocket sock)
Shutdown, close, and free a UDPsocket.
Don't use the UDPsocket after calling this, except to open a new one.
Returns: nothing, this always succeeds.
|
See Also:
3.4.1 SDLNet_UDP_Open,
4.3 UDPsocket