mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 18:20:27 +01:00
datagramversion param for UDP client tunnel
This commit is contained in:
parent
e47cc8495b
commit
c554f47c4d
8 changed files with 36 additions and 21 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <map>
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
#include <boost/asio.hpp>
|
||||
#include "Destination.h"
|
||||
#include "I2PService.h"
|
||||
|
@ -61,7 +62,8 @@ namespace client
|
|||
const char I2P_SERVER_TUNNEL_ADDRESS[] = "address";
|
||||
const char I2P_SERVER_TUNNEL_ENABLE_UNIQUE_LOCAL[] = "enableuniquelocal";
|
||||
const char I2P_SERVER_TUNNEL_SSL[] = "ssl";
|
||||
|
||||
const char UDP_CLIENT_TUNNEL_DATAGRAM_VERSION[] = "datagramversion";
|
||||
|
||||
class ClientContext
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue