Hi,
I have a QTcpServer listening on port 0xBBBB (lpTcpServer->listen(QHostAddress::Any,0xBBBB)
When there is the newConnection I need to stop other connctions?
Is possible to stop the listening (I can't use stop() function because if I stopped its I can't send and receive data).
Thanks
Teo
Bookmarks