mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-11-29 06:41:33 +03:00
Include headers properly
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
#ifndef UDPACCEL_H
|
||||
#define UDPACCEL_H
|
||||
|
||||
#include "CedarType.h"
|
||||
|
||||
#include "Mayaqua/Network.h"
|
||||
|
||||
// Constants
|
||||
#define UDP_ACCELERATION_COMMON_KEY_SIZE_V1 20 // V1: Common key size
|
||||
#define UDP_ACCELERATION_PACKET_KEY_SIZE_V1 20 // V1: Key size for the packet
|
||||
|
||||
Reference in New Issue
Block a user