aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_ntp_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't define WINVER in *.c filesMax Kellermann2011-10-091-1/+0
| | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
* ntp_server: move code to udp_server.cMax Kellermann2011-08-301-78/+5
|
* ntp_server: use the I/O threadMax Kellermann2011-08-291-12/+9
|
* test/run_ntp_server: quit on SIGINT or SIGTERMMax Kellermann2011-08-291-1/+12
| | | | Clean up the process before exiting.
* ntp_server: add debug program "run_ntp_server"Max Kellermann2011-08-291-0/+137