Reserve TCP port for server application?
General and Desktop
4
Posts
2
Posters
1.3k
Views
1
Watching
-
Hi,
I want to reserve a specific port on the server for my application so that no other application can claim that port.
How do I do this in Qt in a platform independent manner?
I am using TCP protocol and the corresponding Qt classes. -
Yes.
I want to permanently reserve a port for my application while installing.
I want to do this as my client applications are hard coded for server port number.
I can then unreserve while uninstalling my application.
Is it possible to do this?