The quic peers stuck on the connecting state (Windows) #9

Open
opened 2025-12-25 09:57:44 +00:00 by AhmedHanafy725 · 0 comments
Member

This only happened on Windows.

tried to get some logs and found this one

WARN  quinn_udp] sendmsg error: Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." }, Transmit: { destination: [::ffff:5.78.122.16]:9651, src_ip: None, ecn: Some(Ect0), 
len: 1200, segment_size: None }

When I changed the binding address to 0.0.0.0, it worked, but I am not sure if that is correct.

let socket = std::net::UdpSocket::bind(("::", quic_listen_port))

This only happened on Windows. tried to get some logs and found this one ``` WARN quinn_udp] sendmsg error: Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." }, Transmit: { destination: [::ffff:5.78.122.16]:9651, src_ip: None, ecn: Some(Ect0), len: 1200, segment_size: None } ``` When I changed the binding address to `0.0.0.0`, it worked, but I am not sure if that is correct. https://forge.ourworld.tf/geomind_code/mycelium_network/src/commit/e8653f66a01eab8175acdb06e05cca15b7fae722/mycelium/src/peer_manager.rs#L1266
despiegk added this to the now milestone 2025-12-27 14:41:44 +00:00
Sign in to join this conversation.
No labels
Urgent
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/mycelium_network#9
No description provided.