Close and free a UDP socket
nothing, this always succeeds.
Binds to C-function call in SDL_net.h:
extern DECLSPEC void SDLCALL SDLNet_UDP_Close(UDPsocket sock)
// unbind all addresses on the UDPsocket channel 0 //UDPsocket udpsock; SDLNet_UDP_Close(udpsock); udpsock=NULL; //this helps us know that this UDPsocket is not valid anymore
SdlNet Class | Tao.Sdl Namespace | SDLNet_UDP_Open | SdlNet.UDPsocket