[Interest] QTcpServer memory usage

Lucas.Betschart at crypto.ch Lucas.Betschart at crypto.ch
Tue Oct 16 15:11:23 CEST 2012


Hi everybody,

What happens when I have a QTcpServer which gets a connection that writes much data to it (endless), but I never create a QTcpSocket (with QTcpServer::nextPendingConnection() ) and read this data?
Will I the memory usage of my application increase endless? Or will the QTcpServer just throw away all the data?

I have to open a port to start an other application, but I'm not interested in the data it sends.

Thanks for your help.

Regards
Lucas


More information about the Interest mailing list