NetworkTimeProtocol
NetworkTimeProtocol copied to clipboard
A C++ Library to use the Network Time Protocol
Results
2
NetworkTimeProtocol issues
Sort by
recently updated
recently updated
newest added
size_t len = socket.receive_from(boost::asio::buffer(recvBuf), sender_endpoint); This part of the code sometimes blocks for a long time when using pool.ntp.org Is there a way to specify a timeout ?
Include guard had a typo