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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to