Agora  1.2.0
Agora project
network_utils.h File Reference

Helper definations for networking. More...

#include <netdb.h>
#include <string>
Include dependency graph for network_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 agora_comm
 For addr info.
 

Functions

int agora_comm::ListLocalInterfaces ()
 
std::string agora_comm::GetLocalAddressFromScope (size_t scope_id)
 
::addrinfo * agora_comm::GetAddressInfo (const std::string &address, const std::string &port)
 
void agora_comm::PrintAddressInfo (const ::addrinfo *print_info)
 

Detailed Description

Helper definations for networking.