rewrite proxy server to support multiple clients and integration with game server

This commit is contained in:
Martin Michelsen
2022-03-27 18:14:23 -07:00
parent d977cf0608
commit 2597da95bc
24 changed files with 1370 additions and 992 deletions
-1
View File
@@ -59,7 +59,6 @@ add_executable(newserv
src/ProxyServer.cc
src/Shell.cc
src/ServerShell.cc
src/ProxyShell.cc
src/IPFrameInfo.cc
src/IPStackSimulator.cc
src/Main.cc