You can use QObject::sender() to get the socket - just cast it to the right class - or use a QSignalMapper.


QSocketNotifier:
this->RTFM()
From my former knowledge of several network APIs and the existence of that class it was so obvious to me what one should do with it... The real problem is probably that I'm not beyond planning stage of the network part of my project.