From b41e73a1565ff9edd45f814a4b535020c04b1b15 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 17 Sep 2014 00:10:06 +0200 Subject: Bump version, add new GatoConnectionParameters class and ability to change connection parameters. --- gatoattclient.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gatoattclient.h') diff --git a/gatoattclient.h b/gatoattclient.h index 64df313..764abdd 100644 --- a/gatoattclient.h +++ b/gatoattclient.h @@ -19,6 +19,12 @@ public: bool connectTo(const GatoAddress& addr, GatoSocket::SecurityLevel sec_level); void close(); + GatoSocket::SecurityLevel securityLevel() const; + bool setSecurityLevel(GatoSocket::SecurityLevel level); + + GatoConnectionParameters connectionParameters() const; + bool setConnectionParameters(const GatoConnectionParameters ¶ms); + struct InformationData { GatoHandle handle; -- cgit v1.2.3