mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
1.替换了KCP为C#版本 2.KCP增加了Memery<T>支持。 3.框架增加了对Memery<T>的支持,服务器网络消息采用Memery<T>,性能得大幅度的提升 4.优化了消息调度执行逻辑
1.替换了KCP为C#版本 2.KCP增加了Memery<T>支持。 3.框架增加了对Memery<T>的支持,服务器网络消息采用Memery<T>,性能得大幅度的提升 4.优化了消息调度执行逻辑
This commit is contained in:
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dll
vendored
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dll
vendored
Binary file not shown.
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dylib
vendored
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dylib
vendored
Binary file not shown.
BIN
DotNet/ThirdParty/KCPLibrary/kcp.so
vendored
BIN
DotNet/ThirdParty/KCPLibrary/kcp.so
vendored
Binary file not shown.
15
DotNet/ThirdParty/ThirdParty.csproj
vendored
15
DotNet/ThirdParty/ThirdParty.csproj
vendored
@@ -62,21 +62,6 @@
|
||||
<Link>RecastDll.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
<Content Include="KCPLibrary\kcp.dylib">
|
||||
<Link>kcp.dylib</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="KCPLibrary\kcp.dll">
|
||||
<Link>kcp.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
<Content Include="KCPLibrary\kcp.so">
|
||||
<Link>kcp.so</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user