libt2n: (gerd) socket reconnect added (incl. unit tests)
[libt2n] / src / socket_client.hxx
index 7160e0d..a7fe64e 100644 (file)
@@ -75,6 +75,8 @@ class socket_client_connection : public client_connection, public socket_handler
             { return socket_handler::fill_buffer(buffer,usec_timeout,usec_timeout_remaining); }
 
         void close();
+
+        void reconnect();
 };
 
 }