Skip to content

Commit

Permalink
update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Dec 11, 2024
1 parent 397355e commit 5e284e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/service_daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ impl ServiceDaemon {

/// Enable or disable the loopback for locally sent multicast packets in IPv4.
///
/// When disabled, a querier will not receive announcements from a responder on the same host.
/// By default, multicast loop is enabled for IPv4. When disabled, a querier will not
/// receive announcements from a responder on the same host.
///
/// Reference: https://learn.microsoft.com/en-us/windows/win32/winsock/ip-multicast-2
///
Expand All @@ -421,7 +422,8 @@ impl ServiceDaemon {

/// Enable or disable the loopback for locally sent multicast packets in IPv6.
///
/// When disabled, a querier will not receive announcements from a responder on the same host.
/// By default, multicast loop is enabled for IPv6. When disabled, a querier will not
/// receive announcements from a responder on the same host.
///
/// Reference: https://learn.microsoft.com/en-us/windows/win32/winsock/ip-multicast-2
///
Expand Down

0 comments on commit 5e284e0

Please sign in to comment.