20#ifndef COMMON_NETWORK_POSIXINTERFACEPICKER_H_
21#define COMMON_NETWORK_POSIXINTERFACEPICKER_H_
24#include "ola/network/InterfacePicker.h"
35 std::vector<Interface> GetInterfaces(
bool include_loopback)
const;
38 static const unsigned int INITIAL_IFACE_COUNT = 10;
39 static const unsigned int IFACE_COUNT_INC = 5;
40 unsigned int GetIfReqSize(
const char *data)
const;
Given some initial parameters, find the best network interface to use.
Definition InterfacePicker.h:48
Definition PosixInterfacePicker.h:33
The namespace containing all OLA symbols.
Definition Credentials.cpp:44