Feature: Support compression option when building client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user