summaryrefslogtreecommitdiff
path: root/gatoattclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatoattclient.h')
-rw-r--r--gatoattclient.h6
1 files changed, 6 insertions, 0 deletions
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 &params);
+
struct InformationData
{
GatoHandle handle;