Feature: Support compression option when building client

This commit is contained in:
yuanyuanxiang
2025-08-10 03:04:13 +08:00
parent 99717fcf08
commit 493a476227
6 changed files with 26 additions and 15 deletions

View File

@@ -563,6 +563,11 @@ enum ProtocolEncType {
PROTOCOL_HELL = 1,
};
enum ClientCompressType {
CLIENT_COMPRESS_NONE = 0,
CLIENT_COMPRESS_UPX = 1,
};
#pragma pack(push, 4)
// <20><><EFBFBD><EFBFBD><EFBFBD>ӵ<EFBFBD><D3B5><EFBFBD><EFBFBD>س<EFBFBD><D8B3><EFBFBD><EFBFBD><EFBFBD>Ϣ
typedef struct CONNECT_ADDRESS