Tagged Questions

6
votes
1answer
319 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, ...