aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-07-14 23:56:30 +0000
committerrowanbeentje <rowan@beent.je>2010-07-14 23:56:30 +0000
commit31a094d621fc266b401c1f216a3b757638151651 (patch)
treef332a37ee260765ca9424e1ae256943e297f31b8 /Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h
parent52011b886bc031b99a1a359fa17b5e5469e2046d (diff)
downloadsequelpro-31a094d621fc266b401c1f216a3b757638151651.tar.gz
sequelpro-31a094d621fc266b401c1f216a3b757638151651.tar.bz2
sequelpro-31a094d621fc266b401c1f216a3b757638151651.zip
- Clean up automatic reconnection code
- Allow keepalive pings to perform automatic reconnections after a few consecutive failures - Fix a number of keepalive ping bugs, including compatibility with the new threaded connection methods and reconnection timing issues causing keepalive pings to not fire correctly
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h')
-rw-r--r--Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h
index 7f9264ee..66f76083 100644
--- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h
+++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h
@@ -183,7 +183,7 @@
NSInteger isQueryingDbStructure;
BOOL cancelQueryingDbStructure;
BOOL lockQuerying;
- BOOL canPerformAutomaticReconnect;
+ NSInteger automaticReconnectAttempts;
// Pointers
IMP cStringPtr;