Data Fields | |
int | socket_fd |
Protected Member Functions | |
Socket (const Socket &other)=delete | |
Socket (Socket &&other) noexcept | |
Socket (int fd) | |
struct sockaddr_un | prepare_address (const char *path) |
size_t | address_length (struct sockaddr_un address) |
void | recv (void *_buffer, size_t num_bytes) |
void | send (const void *_buffer, size_t num_bytes) |