Closed rainliu closed 3 years ago
UDP 5353 port is used by zeroconf service, rust can’t bind it again.
however, golang ListenUDP works fine.
Even the following code works fine for golang version, which binding the same port twice with net.ListenUDP. Interesting. How to do the same thing in Rust?
https://play.golang.org/p/ct0VWgkUlFN
UDP 5353 port is used by zeroconf service, rust can’t bind it again.
however, golang ListenUDP works fine.