The connection can use only one peer to realize server and client

This commit is contained in:
dijunkun
2024-05-30 16:12:53 +08:00
parent 5d8408d892
commit 2163aa87d4
9 changed files with 927 additions and 584 deletions

View File

@@ -8,7 +8,7 @@ int main(int argc, char *argv[]) {
Connection connection;
connection.DeskConnectionInit();
connection.DeskConnectionCreate();
connection.DeskConnectionCreate("123456");
// connection.Create("123456", 800, 600);
main_window.Run();