On Tue, Sep 10, 2013 at 5:39 PM, Guido Seifert <warg...@gmx.de> wrote:
> QAbstractSocket::AddressInUseError "The bound address is already in use" > > As I said: The QAbstractSocket::ShareAddress mode has not effect. > This SO QnA throws some light on the murky world of SO_REUSEADDR! :) http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t Though according to this answer, it's possible to bind more than 1 UDP socket to the exact same host:port combo as long as all of them use SO_REUSEADDR _before_ binding (which is what your code is doing I think?). Could be a regression as Thiago mentioned. -mandeep > > Guido > > > On Tue, 10 Sep 2013 17:31:13 +0530 > Mandeep Sandhu <mandeepsandhu....@gmail.com> wrote: > > > What does QAbstractSocket::error() say when the 2nd bind() call fails? > > Maybe that'll give some hint about the error. > > > > -mandeep > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest