) :
IoService(),
- LocalNetworkInterfaceName( network_interface ),
NextPingTimer( IoService ),
TimeSentLastPing( microsec_clock::universal_time() ),
PingIntervalInSec( ping_interval_in_sec ),
/// Service object, which has the event loop
boost::asio::io_service IoService;
- /// Name of the network device used to send the packets
- std::string LocalNetworkInterfaceName;
/// Timer to trigger the next ping
boost::asio::deadline_timer NextPingTimer;
/// Keeps track of the time when the last ping was send