Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Debugging program with sockets requires root.

$
0
0
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.

Viewing all articles
Browse latest Browse all 2113

Trending Articles