diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-13 16:40:46 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-29 15:48:24 +0200 |
commit | 5a7d9644e4712bde19bc9b01f8ae198c0d9b0fe9 (patch) | |
tree | 0619c9ed676e77bff17cc48f9e51c536d114afc5 /src/core.h | |
parent | 0be142b8c9934c3cce43abca755eca1f22144320 (diff) |
allow to reuse redirections
A redirection can be reused up to max_clients times.
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ struct tip_client_redirect { struct sockaddr_in addr; const char *uri; struct ev_timer timer; + uint32_t users; }; #endif |