[webconsole] Add runtime transit limit changer, fix button CSS

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2020-04-26 23:45:30 +03:00
parent d8134e8a21
commit 7f859978dd
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
3 changed files with 46 additions and 10 deletions

View file

@ -285,6 +285,7 @@ namespace tunnel
const uint16_t DEFAULT_MAX_NUM_TRANSIT_TUNNELS = 2500;
void SetMaxNumTransitTunnels (uint16_t maxNumTransitTunnels);
uint16_t GetMaxNumTransitTunnels ();
}
#endif