bk: 63f3a868Te7OsfOxfl2eiKTBSL8gHw
---
-* [Bug 2410] syslog an error message on panic exceeded.
+* [Bug 3786] Timer starvation on high-load Windows ntpd. <hart@ntp.org>
+* [Bug 2410] syslog an error message on panic exceeded. <brian.utterback@oracle.com>
* [Bug 3784] high-load ntpd on Windows deaf after enough ICMP TTL exceeded <hart@ntp.org>
* [Bug 2525] Turn on automake subdir-objects across the project. <hart@ntp.org>
* [Bug 3758] Provide a 'device' config statement for refclocks <perlinger@ntp.org>
FALSE, INFINITE, TRUE);
switch (index) {
- case WAIT_OBJECT_0 + 0: /* Io event */
- DPRINTF(4, ("IoEvent occurred\n"));
- have_packet = TRUE;
+ case WAIT_OBJECT_0 + 0: /* timer */
+ timer();
break;
case WAIT_OBJECT_0 + 1: /* exit request */
exit(0);
break;
- case WAIT_OBJECT_0 + 2: /* timer */
- timer();
+ case WAIT_OBJECT_0 + 2: /* Io event */
+ DPRINTF(7, ("IoEvent occurred\n"));
+ have_packet = TRUE;
break;
case WAIT_IO_COMPLETION: /* there might be something after APC */