1#ifndef NET_UnixDatagramSocket_h__
2#define NET_UnixDatagramSocket_h__
27 void sendTo(
const void* buffer,
size_t len, std::string_view foreignPath);
39 int receiveFrom(
void* buffer,
size_t len, std::string& sourcePath);
void sendTo(const void *buffer, size_t len, std::string_view foreignPath)
int timedReceiveFrom(void *buffer, size_t len, std::string &sourcePath, int timeout)
int receiveFrom(void *buffer, size_t len, std::string &sourcePath)
UnixSocket(int type, int protocol)
allows a subclass to create new socket