I2PTunnel/UDPTunnel split

This commit is contained in:
orignal 2022-10-25 15:30:12 -04:00
parent c6e8873d57
commit f9b0bb0383
6 changed files with 576 additions and 523 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2021, The PurpleI2P Project
* Copyright (c) 2013-2022, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*
@ -15,6 +15,7 @@
#include <map>
#include <vector>
#include "Base.h"
#include "Gzip.h"
#include "Identity.h"
#include "LeaseSet.h"
#include "I2NPProtocol.h"