workaround for QTBUG-26538

54 Views Asked by At

I am developing an application that has to run on ubuntu 14.04, that bundles qt 5.2.1.
I use QUdpSocket as QIODevice, so I first bind to a port where my server accept datagrams, then I call connectToHost().
Unfortunately I have to face with [QTBUG-26538] QUdpSocket: connectToHost() resets local port number specified by bind()
There is some workoaround?

0

There are 0 best solutions below