UdpSocket.hpp
7 // In no event will the authors be held liable for any damages arising from the use of this software.
54 MaxDatagramSize = 65507
126 Status send(const void* data, std::size_t size, const IpAddress& remoteAddress, unsigned short remotePort);
149 Status receive(void* data, std::size_t size, std::size_t& received, IpAddress& remoteAddress, unsigned short& remotePort);
Utility class to build blocks of data to transfer over the network.
Definition: Packet.hpp:47
Definition: AlResource.hpp:34