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
parent bf5983d8f6
commit 282d7f3cf6
4 changed files with 75 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_ */