Actions
Defect #170
openMulticast socket may stop to listen
Start date:
05/27/2011
Due date:
% Done:
0%
Estimated time:
keywords:
Platform:
Description
Disable and re-enable a network interface on Windows 7 prevents the multicast socket to listen. When it's happen the only way to solve it is to rebind the socket (or to restart the application). This behavior can also occur after restoring a hibernate state.
Can't be reproduced on Windows XP.
The multicast socket is configured in UDPListener::initMulticastUDPSocket()
.
Actions