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

@@ -530,8 +530,8 @@ class FairMQDevice : public FairMQStateMachine
bool fExternalConfig;
const fair::mq::tools::Version fVersion;
float fRate;
size_t fLastTime;
float fRate; ///< Rate limiting for ConditionalRun
size_t fLastTime; ///< Rate limiting for ConditionalRun
};
#endif /* FAIRMQDEVICE_H_ */