Changeset - 65d40a335920
[Not reviewed]
0 1 0
Jan Kaluza - 14 years ago 2011-05-27 13:15:21
hanzz.k@gmail.com
Stop unused backends
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/networkplugin.cpp
Show inline comments
 
@@ -299,10 +299,12 @@ void NetworkPlugin::sendPong() {
 
}
 

	
 
void NetworkPlugin::pingTimeout() {
 
	std::cout << "PINGTIMEOUT " << m_pingReceived << " " << this << "\n";
 
	if (m_pingReceived == false) {
 
		exit(1);
 
	}
 
	m_pingReceived = false;
 
	m_pingTimer->start();
 
}
 

	
 
}
0 comments (0 inline, 0 general)