diff options
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 4b0330ec..2f2552e4 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -57,6 +57,8 @@ BOOL useKeepAlive; float keepAliveInterval; + BOOL isMaxAllowedPacketEditable; + NSString *serverVersionString; NSStringEncoding workerStringEncoding; |