diff --git a/server/wsproxy/longsession.cc b/server/wsproxy/longsession.cc new file mode 100644 index 0000000..1d63f13 --- /dev/null +++ b/server/wsproxy/longsession.cc @@ -0,0 +1 @@ +#include "precompile.h" diff --git a/server/wsproxy/longsession.h b/server/wsproxy/longsession.h new file mode 100644 index 0000000..e69de29 diff --git a/server/wsproxy/kcpmgr.cc b/server/wsproxy/longsessionmgr.cc similarity index 81% rename from server/wsproxy/kcpmgr.cc rename to server/wsproxy/longsessionmgr.cc index 921f6c5..b98ef74 100644 --- a/server/wsproxy/kcpmgr.cc +++ b/server/wsproxy/longsessionmgr.cc @@ -1,5 +1,7 @@ #include "precompile.h" +#include "kcpmgr.h" + void HandshakeMgr::Init() { diff --git a/server/wsproxy/kcpmgr.h b/server/wsproxy/longsessionmgr.h similarity index 100% rename from server/wsproxy/kcpmgr.h rename to server/wsproxy/longsessionmgr.h