Home
last modified time | relevance | path

Searched defs:MAX_PACK_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DPack.h115 #define MAX_PACK_SIZE (512 * 1024 * 1024) // Maximum size of a serialized PACK macro
123 #define MAX_PACK_SIZE (128 * 1024 * 1024) // Maximum size of a serialized PACK macro
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DPack.h115 #define MAX_PACK_SIZE (512 * 1024 * 1024) // Maximum size of a serialized PACK macro
123 #define MAX_PACK_SIZE (128 * 1024 * 1024) // Maximum size of a serialized PACK macro
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DPack.h20 #define MAX_PACK_SIZE (512 * 1024 * 1024) // Maximum size of a serialized PACK macro
28 #define MAX_PACK_SIZE (128 * 1024 * 1024) // Maximum size of a serialized PACK macro
/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/mcastproxy/
H A Dmcastproxy.c17 #define MAX_PACK_SIZE ( 64 * 1024 ) macro