python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the right way to measure server/client latency (TCP & UDP)
I am sending and recieving packets between two boards (a Jeston and a Pi). I tried using TCP then UDP, theoritically UDP is faster but I want to verify this with numbers. I want to be able to run my s...
MCQ200
Votes: 0
Answers: 2
How to Time Sync in Azure Container Instances
I have a long running container deployed to Azure Container Instances where the time within the container must be accurate. The time drift when the container has been running for 24 hours can be as m...
DriveBlind
Votes: 0
Answers: 1
Quickly determine access to ntp server
I'm trying to create a method that determines access to the ntp server. I made a simple method, but if there is no connection, then it waits a long time for an answer - 5 seconds. I check 5 servers li...
Aleksandr Nikolaev
Votes: 0
Answers: 1
NTP timestamps using std::chrono
I'm trying to represent NTP timestamps (including the NTP epoch) in C++ using std::chrono. Therefore, I decided to use a 64-bit unsigned int (unsigned long long) for the ticks and divide it such that ...
ma0ho
Votes: 0
Answers: 1