[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These functions are used to work with the UDPpacket type. This type is used with UDP sockets to transmit and receive data.
Single UDPpacket
Many UDPpackets in a vector (array)
3.5.1 SDLNet_AllocPacket Allocate a new UDP packet with a data buffer 3.5.2 SDLNet_ResizePacket Resize the data buffer in a UDPpacket 3.5.3 SDLNet_FreePacket Free a previously allocated UDPpacket
3.5.4 SDLNet_AllocPacketV Allocate a vector of UDPpackets 3.5.5 SDLNet_FreePacketV Free a vector of UDPpackets