Tagged Questions

6
votes
1answer
318 views

How to Generate Network Packets with C/C++

I want to generate a network packet to send over (for example) port 123 to an NTP server so I can receive and parse the returned packet. The goal is to better understand how packets are generated, ...
1
vote
2answers
169 views

How do you compute the client/server timegap?

I'm developing a client/server software, and I'm searching the best way to keep my client clocks in sync with the server clock. Of course, I can't use NTP because I don't want to touch the system ...