Skip to content

socket_comms: fix multicast sockets on Windows without IP - #161

Merged
JordanYates merged 1 commit into
mainfrom
bugfix/windows_multicast
Jul 30, 2026
Merged

socket_comms: fix multicast sockets on Windows without IP#161
JordanYates merged 1 commit into
mainfrom
bugfix/windows_multicast

Conversation

@JordanYates

Copy link
Copy Markdown
Contributor

Fix multicast sockets on Windows when there is no multicast capable external interface. The writing socket is now unconditionally bound to the localhost interface, and the receiving socket updated to be properly bound to the multicast group on Windows.

Fix multicast sockets on Windows when there is no multicast capable
external interface. The writing socket is now unconditionally bound
to the localhost interface, and the receiving socket updated to be
properly bound to the multicast group on Windows.

Signed-off-by: Jordan Yates <jordan@embeint.com>
@JordanYates
JordanYates requested a review from Aeyohan July 30, 2026 03:47
@JordanYates
JordanYates merged commit 07027e3 into main Jul 30, 2026
7 checks passed
@JordanYates
JordanYates deleted the bugfix/windows_multicast branch July 30, 2026 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants