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