mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add resolver for hostname -> ip, use it before bind/connect
This commit is contained in:
committed by
Dennis Klein
parent
166e537d9f
commit
a5ff7d5a1e
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user