From 17afc17d02ab6ff02d75344e5d5f7ad395df1dc8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 21 Feb 2022 17:39:21 +0200 Subject: [PATCH] remove symbian leftovers Signed-off-by: Ivailo Monev --- src/network/socket/qudpsocket.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/network/socket/qudpsocket.cpp b/src/network/socket/qudpsocket.cpp index 5208b61ef..23ff84d6e 100644 --- a/src/network/socket/qudpsocket.cpp +++ b/src/network/socket/qudpsocket.cpp @@ -94,13 +94,6 @@ This enum describes the different flags you can pass to modify the behavior of QUdpSocket::bind(). - \note On Symbian OS bind flags behaviour depends on process capabilties. - If process has NetworkControl capability, the bind attempt with - ReuseAddressHint will always succeed even if the address and port is already - bound by another socket with any flags. If process does not have - NetworkControl capability, the bind attempt to address and port already - bound by another socket will always fail. - \value ShareAddress Allow other services to bind to the same address and port. This is useful when multiple processes share the load of a single service by listening to the same address and port