[Interest] Simple UDP listener question

Bob Hood bhood2 at comcast.net
Tue Jun 24 00:45:03 CEST 2014


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?




More information about the Interest mailing list