Hi, I am trying to use QTcpServer to accept connection from only one client at a time, but i'm not able to do so.
I tried setting setMaxPendingConnections to one but then also waitForConnected on the second client returned true. I want waitForConnected to return true only for the first client. Any I idea what I am doing wrong? With regards, Gopalakrishna -- My blog http://gkbhat.blogspot.com
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest