Hi all!
I’m writing simple web server using linux system sockets (this must be fast, i’m fighting for ms, so i don’t use QTcpServer).
The problem:
To bind and accept connection on socket i must run program as root.
Of course, running complex IDE such as QtCreator as root brings lot of problems.
So i just wonder, is there any solution to run and debug such project in QtCreator?
I’m using 80 and 443 ports, so they are reserved.
↧