On sexta-feira, 13 de maio de 2016 18:42:16 PDT Elvis Stansvik wrote: > Hi all, > > I'm looking for a way to control the socket options used for the listening > socket of a QWebSocketServer. > > Is there really no way of doing this short of setting up a native socket > myself and passing it to setSocketDescriptor? The option I wish to set is > SO_REUSEADDR in UNIX terms, so I want the equivalent of > QAbstractSocket::ReuseAddressHint but for QWebSocketServer.
You can't reuseaddr with TCP. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
