kopete/libkopete
kopetesockettimeoutwatcher.cpp
Go to the documentation of this file.
35 SocketTimeoutWatcher* SocketTimeoutWatcher::watch( QAbstractSocket* socket, quint32 msecTimeout )
98 else if ( info.tcpi_last_ack_recv > info.tcpi_last_data_sent && info.tcpi_last_data_sent > mTimeoutThreshold )
void error(QAbstractSocket::SocketError socketError)
Emitted when timeout is reached.
~SocketTimeoutWatcher()
Definition: kopetesockettimeoutwatcher.cpp:60
static SocketTimeoutWatcher * watch(QAbstractSocket *socket, quint32 msecTimeout=15000)
Returns new SocketTimeoutWatcher or 0 if SocketTimeoutWatcher was already created for this socket...
Definition: kopetesockettimeoutwatcher.cpp:35
void errorInt(int socketError)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.