| Flag | Meaning | Practical use |
|---|---|---|
0x1 |
Use the special polling interval. | Uses the configured SpecialPollInterval value instead of the normal adaptive polling behaviour. |
0x2 |
Fallback-only peer. | Used only when the normal peers are unavailable. |
0x4 |
Symmetric active mode. | Used where the remote NTP service expects symmetric active communication. |
0x8 |
Client mode. | Commonly used with public NTP services and other servers expecting normal client requests. |
Combining flags
The values can be combined by adding them together.
| Value | Combination | Meaning |
|---|---|---|
0x9 |
0x1 + 0x8 |
Client mode using the special polling interval. |
0xA |
0x2 + 0x8 |
Fallback-only peer using client mode. |
Example
w32tm /config /manualpeerlist:"time.example.com,0x8" /syncfromflags:manual /update
The example configures time.example.com in client mode.
Older examples frequently use 0x1 or 0x9. Do not copy those values automatically. The special polling interval may not be required for the intended design.