mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
compatibility with VS2013
This commit is contained in:
parent
92eb048adb
commit
d8fb0a23c8
2 changed files with 6 additions and 6 deletions
2
SOCKS.h
2
SOCKS.h
|
@ -14,7 +14,7 @@ namespace i2p
|
|||
namespace proxy
|
||||
{
|
||||
|
||||
constexpr size_t socks_buffer_size = 8192;
|
||||
const size_t socks_buffer_size = 8192;
|
||||
|
||||
class SOCKS4AHandler {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue