Take message only 1 port by UDP socket receive
Unsolved
General and Desktop
-
I would like to take message only 1 port number.
how can I block other ports?
-
Simply ignore the others
-
for example,
I want to message from 8080, but 9090 send message 20 times in every 1 ms.
When its happend, I cannot take message from 8080 or missing a messages.How can I ignore ?
-
@Joe-von-Habsburg said in Take message only 1 port by UDP socket receive:
How can I ignore ?
Look at the QHostAddress and don't process it - there is no other chance except you add some filtering on OS level but Qt can't do anything against it.