From 5a7d9644e4712bde19bc9b01f8ae198c0d9b0fe9 Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Mon, 13 Sep 2021 16:40:46 +0200 Subject: allow to reuse redirections A redirection can be reused up to max_clients times. --- src/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.h') diff --git a/src/core.h b/src/core.h index 88a07a9..7d6d403 100644 --- a/src/core.h +++ b/src/core.h @@ -84,6 +84,7 @@ struct tip_client_redirect { struct sockaddr_in addr; const char *uri; struct ev_timer timer; + uint32_t users; }; #endif -- cgit v1.2.3-18-g5258