MattC11
MattC11
Without this sending to a broadcast addresses fails with: sending datagram to 127.255.255.255:8808 failed: Permission denien
Line 1112 to 1115 of mdns.h is: ``` if (!data) return -1; // Record type data = mdns_htons(data, query[iq].type); //! Optional unicast response based on local port, class IN data...
### System Information OpenCV 4.5.5 Ubuntu 22.04 gcc 11.4 ### Detailed description Thread sanitizer reports a data race when I call imencode from multi threads. I don't know if this...