Hello, Could anybody tell me if QUdpSocket after QUdpSocket::bind( somePort, QUdpSocket::ShareAddress ); can be closed for some reasons and stopped for receiving new datagrams (not from the application side, not from my code...)? What can be the reason of such behavior (disconnection of bound QUdpSocket)? Thank you. P.S. Hope I'm clear in my question.