Skip to content

Fix protocol ID for udp_v6#273

Merged
klemens-morgenstern merged 1 commit into
boostorg:developfrom
yh3535:issue_272_fix_udp_v6
Apr 24, 2026
Merged

Fix protocol ID for udp_v6#273
klemens-morgenstern merged 1 commit into
boostorg:developfrom
yh3535:issue_272_fix_udp_v6

Conversation

@yh3535
Copy link
Copy Markdown
Contributor

@yh3535 yh3535 commented Apr 21, 2026

This PR corrects the definition of cobalt::io::udp_v6.

It changes the protocol parameter of cobalt::io::udp_v6 from IPPROTO_ICMP to IPPROTO_UDP.

Fixes #272

@klemens-morgenstern klemens-morgenstern merged commit 991a95b into boostorg:develop Apr 24, 2026
15 of 24 checks passed
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.

cobalt::io::udp_v6 incorrectly uses IPPROTO_ICMP instead of IPPROTO_UDP

2 participants