Thunderbots Project
Loading...
Searching...
No Matches
network_utils.h
1
#pragma once
2
3
#include <ifaddrs.h>
4
5
#include <optional>
6
#include <string>
7
16
std::optional<std::string> getLocalIp(
const
std::string& interface,
bool
ipv4 =
true
);
17
27
bool
isIpv6(
const
std::string& ip_address);
src
software
networking
udp
network_utils.h
Generated by
1.9.8