mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Fix clang warnings
This commit is contained in:
parent
6fc5f88a3b
commit
c545814fe4
4 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ namespace proxy
|
|||
static const size_t socks_buffer_size = 8192;
|
||||
static const size_t max_socks_hostname_size = 255; // Limit for socks5 and bad idea to traverse
|
||||
|
||||
static const size_t SOCKS_FORWARDER_BUFFER_SIZE = 8192;
|
||||
static const size_t SOCKS_FORWARDER_BUFFER_SIZE __attribute__((unused)) = 8192;
|
||||
|
||||
static const size_t SOCKS_UPSTREAM_SOCKS4A_REPLY_SIZE = 8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue