common code for SOCKS5 proxy connectivity

This commit is contained in:
orignal 2024-02-10 20:03:36 -05:00
parent 4cb2ad48be
commit 158160f5c0
5 changed files with 170 additions and 118 deletions

View file

@ -13,6 +13,7 @@
#include <mutex>
#include "util.h"
#include "SSU2Session.h"
#include "Socks5.h"
namespace i2p
{