preCICE
v3.2.0
Loading...
Searching...
No Matches
src
utils
networking.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
string
>
4
5
namespace
precice::utils::networking
{
6
8
std::string
loopbackInterfaceName
();
9
10
}
// namespace precice::utils::networking
precice::utils::networking
Definition
networking.cpp:3
precice::utils::networking::loopbackInterfaceName
std::string loopbackInterfaceName()
Returns the name of the canonical loopback interface on this system.
Definition
networking.cpp:5
string