Add resolver for hostname -> ip, use it before bind/connect

This commit is contained in:
Alexey Rybalchenko
2018-05-03 15:00:32 +02:00
committed by Dennis Klein
parent 166e537d9f
commit a5ff7d5a1e
4 changed files with 82 additions and 10 deletions

View File

@@ -12,12 +12,12 @@
* @author A. Rybalchenko
*/
#include <set>
#include <utility> // std::move
#include "FairMQChannel.h"
#include <boost/algorithm/string.hpp> // join/split
#include "FairMQChannel.h"
#include <set>
#include <utility> // std::move
using namespace std;