Agora
1.2.0
Agora project
|
This is the complete list of members for UDPComm, including all inherited members.
addrinfo_map_ | UDPComm | private |
Connect(const std::string &remote_address, uint16_t remote_port) const | UDPComm | |
Connect(const std::string &remote_address, const std::string &remote_port) const | UDPComm | |
enable_recording_flag_ | UDPComm | private |
EnableRecording() | UDPComm | inline |
kDebugPrintUdpInit | UDPComm | static |
kDebugPrintUdpRecv | UDPComm | static |
kDebugPrintUdpSend | UDPComm | static |
MakeBlocking(size_t rx_timeout_sec=0) const | UDPComm | |
map_insert_access_ | UDPComm | private |
operator=(const UDPComm &)=delete | UDPComm | |
Recv(std::byte *buf, size_t len) const | UDPComm | |
Recv(const std::string &src_address, uint16_t src_port, std::byte *buf, size_t len) | UDPComm | |
Send(const std::string &rem_hostname, uint16_t rem_port, const std::byte *msg, size_t len) | UDPComm | |
Send(const std::byte *msg, size_t len) | UDPComm | |
sent_vec_ | UDPComm | private |
sock_fd_ | UDPComm | private |
UDPComm(std::string local_addr, uint16_t local_port, size_t rx_buffer_size, size_t tx_buffer_size) | UDPComm | explicit |
UDPComm(std::string local_addr, const std::string &local_port, size_t rx_buffer_size, size_t tx_buffer_size) | UDPComm | explicit |
UDPComm(const UDPComm &)=delete | UDPComm | |
~UDPComm() | UDPComm |