I want to know about the Qt implementation of the QTcpSocket ReadyRead signal. How is this implemented on Windows and Linux? Using select() , poll() , epoll() , SIGIO or any other way? How does QTcpSocket know when to emit a ReadyRead signal?
source share