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. Thanks, Elvis
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest