Go to the source code of this file.
Defines | |
| #define | NTP_PORT 123 |
Functions | |
| void | ntp_init (void) |
| Initialize the NTP monitoring. | |
| void | ntp_close (void) |
| Shutdown the NTP monitoring. | |
| void | ntp_probe (void) |
| Send an NTP probe to the local host using the loopback addresses 127.0.0.1 and ::1, waiting for a reply within the next NTP_WAIT_MS ms. | |
| void | ntp_got_reply (struct gnutella_socket *s) |
| Got a reply from an NTP daemon. | |
|
|
|
|
|
Shutdown the NTP monitoring.
|
|
|
Got a reply from an NTP daemon.
|
|
|
Initialize the NTP monitoring.
|
|
|
Send an NTP probe to the local host using the loopback addresses 127.0.0.1 and ::1, waiting for a reply within the next NTP_WAIT_MS ms.
|
1.3.6