- 
    Bug 
- 
    Resolution: Unresolved
- 
    P3: Somewhat important 
- 
    None
- 
    5.4.0
- 
    None
- 
    Mac OS 10.10 with QtCreator 3.3 and
 Windows 7 with QtCreator 3.3
In our Application we use an UdpSocket to send a broadcast. We saw that the broadcast is only send to the favor network connection. 
In my opinion with a bind to QHostAddress:Any or QHostAddress::AnyIPv4 the Broadcast should be sent over all network connections. This issue is reproducible with the Broadcast Sender Example.