Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Jan 19, 2025
1 parent 72131fb commit 12bf074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/5732_multicast_udp_socket_sources.feature.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The `socket` source with `udp` mode now supports joining multicast groups via the `multicast_groups` option
of that source. This allows the source to receive multicast packets from the specified multicast groups.

Note that in order to work propertly, the `socket` address must be set to `0.0.0.0` and not
Note that in order to work properly, the `socket` address must be set to `0.0.0.0` and not
to `127.0.0.1` (localhost) or any other specific IP address. If other IP address is used, the host's interface
will filter out the multicast packets as the packet target IP (multicast) would not match the host's interface IP.

Expand Down

0 comments on commit 12bf074

Please sign in to comment.