Creates the well-known "All NTP servers" multicast address with a certain scope.
impl Ipv6Addr {
fn ntp_multicast(scope: Ipv6Scope) -> Ipv6Addr
}| Name | Description |
|---|---|
| scope | The scope of the multicast address. |
The created address is ff0?::101 where ? depends on the scope.