On 6/23/2014 4:27 PM, Robert Wood wrote:
> It can't be a randomly allocated port though, it has to be port 6454.

I realize I've come into this conversation late, but something like:

    receive_socket = new QUdpSocket(this);
    receive_socket->bind(QHostAddress::Any, 6454);

wouldn't work for you?

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to