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