diff -r 595d8663254d -r bc7fea9abd9c QTfrontend/netudpwidget.cpp --- a/QTfrontend/netudpwidget.cpp Thu Feb 08 19:03:23 2007 +0000 +++ b/QTfrontend/netudpwidget.cpp Thu Feb 08 20:03:03 2007 +0000 @@ -12,7 +12,7 @@ mainLayout.addWidget(serversList); pUdpSocket = new QUdpSocket(this); - pUdpSocket->bind(46632, QUdpSocket::ShareAddress); + pUdpSocket->bind(); connect(pUdpSocket, SIGNAL(readyRead()), this, SLOT(onClientRead())); updateList(); }