From 3c75202f5f4e9c1c61fead33f0f08e742d143223 Mon Sep 17 00:00:00 2001 From: cbdev Date: Thu, 20 Jun 2019 12:44:23 +0200 Subject: Implement keep-alive pings (Fixes #4) --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index e39f13e..b151486 100644 --- a/config.h +++ b/config.h @@ -2,6 +2,7 @@ typedef struct /*_websocksy_config*/ { char* host; char* port; + time_t ping_interval; ws_backend backend; } ws_config; -- cgit v1.2.3