Common structs and functions used by the different protocols. More...
Go to the source code of this file.
Classes | |
class | NET::Address |
Represents an IP address and port. More... | |
Namespaces | |
namespace | NET |
Networking. | |
Functions | |
std::string | NET::GetLocalIP () |
Retrieves the IP address of the current machine. This will likely be the IP on the local network, and not the internet-facing IP. | |
std::string | NET::GetNetworkBroadcastIP () |
Retrieves the IP address for network broadcasts for the current network. | |
std::string | NET::GetDirectBroadcastIP () |
Retrieves the global broadcast address. |
Common structs and functions used by the different protocols.