Agora
1.2.0
Agora project
|
Go to the documentation of this file.
5 #ifndef NETWORK_UTILS_H_
6 #define NETWORK_UTILS_H_
18 const std::string& local_port);
22 #endif // NETWORK_UTILS_H_
static constexpr bool kDebugPrint
Definition: network_utils.cc:24
auto printf(const S &fmt, const T &... args) -> int
Definition: printf.h:631
::addrinfo * GetAddressInfo(const std::string &address, const std::string &port)
Definition: network_utils.cc:181
Helper definations for networking.
#define AGORA_LOG_ERROR(...)
Definition: logger.h:39
#define AGORA_LOG_TRACE(...)
Definition: logger.h:92
Plot Rx waveform for u
Definition: inspect_single_frame.m:108
For addr info.
Definition: network_utils.cc:22
std::string GetLocalAddressFromScope(size_t scope_id)
Definition: network_utils.cc:143
int ListLocalInterfaces()
Definition: network_utils.cc:28
static constexpr int kAllowedAiFamily
Allow either - AF_INET6 | AF_INET.
Definition: network_utils.cc:26
void PrintAddressInfo(const ::addrinfo *print_info)
Definition: network_utils.cc:229