feature: Support random or multi connection

This commit is contained in:
yuanyuanxiang
2025-06-15 04:55:14 +08:00
parent f1cf45dd3b
commit 95f808214c
12 changed files with 102 additions and 14 deletions

View File

@@ -188,7 +188,9 @@ struct CONNECT_ADDRESS
int iMultiOpen;
int iStartup;
int iHeaderEnc;
char szReserved[62];
char protoType;
char runningType;
char szReserved[60];
char pwdHash[64];
}g_Server = { "Hello, World!", "127.0.0.1", "6543" };