[PyQt] QTcpSocket, shutdown(sockfd,SHUT_WR)

ning mailxiening at gmail.com
Wed Aug 5 03:12:39 BST 2009


Hi all,

I am using QTcpSocket to write a client application for Linux and Windows.
I need to use something like shutdown(sockfd,SHUT_WR) to close part of
the full-duplex to notify server that client has no data to send any
more, but did not find any in QAbstractSocket or QIODevice.
Is this kind of operation not supported in PyQt4 yet?

Thank you.
Ning


More information about the PyQt mailing list