Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UDP Socket Binding Issue on Linux for IPv4 and IPv6
On Linux, when using UDP sockets, both IPv6 and IPv4 addresses are bound to the same socket by default. This can cause issues when sending and receiving packets across different address families. Specifically, if we receive a packet from an IPv4 address, attempting to send a response using an IPv6 address fails.
- Loading branch information