代码拉取完成,页面将自动刷新
同步操作将从 longshine/Mina.NET 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Mina</id>
<version>2.0.10</version>
<title>Mina.NET</title>
<authors>Longshine</authors>
<owners>Longshine</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/longshine/Mina.NET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Mina.NET is the .NET implementation of Apache MINA, a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP via async socket.</description>
<summary>.NET implementation of Apache MINA</summary>
<releaseNotes> * 2.0.10
- Fixed potential performance degradation (thanks @gmav)
- Fixed IConnectFuture.Cancel()
* 2.0.9 - Apache MINA 2.0.9
- Added InputClosed event
- Added support for UDP multicast
- Added throughput calculation
- Updated Common.Logging to v3.0.0
- Fixed a lot
* 2.0.7.1
- Added test for KeepAliveFilter
- Fixed incorrect IoEventType
- Fixed incorrect method calls in socket transport
* 2.0.7 - First release based on Apache MINA 2.0.7
- Unified yet simple API for various transport types:
- TCP/IP & UDP/IP via .NET asynchronous socket
- serial communication
- loopback (in-application pipe)
- Extensible filters
- Low-level and high-level API:
- low-level: uses IoBuffers
- high-level: uses user-defined message objects and codecs
- Highly customizable thread model
- Out-of-the-box SSL · TLS
- Overload shielding & traffic throttling
- Stream-based I/O support via StreamIoHandler
- Tested</releaseNotes>
<tags>async socket MINA Netty NIO SocketAsyncEventArgs</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System"/>
</frameworkAssemblies>
<dependencies>
<dependency id="Common.Logging" version="3.1.0" />
</dependencies>
</metadata>
<files>
<file src="Mina.NET\bin\Release\NET20\Mina.NET.dll" target="lib\net20\Mina.NET.dll" />
<file src="Mina.NET\bin\Release\NET20\Mina.NET.xml" target="lib\net20\Mina.NET.xml" />
<file src="Mina.NET\bin\Release\Mina.NET.dll" target="lib\net40\Mina.NET.dll" />
<file src="Mina.NET\bin\Release\Mina.NET.xml" target="lib\net40\Mina.NET.xml" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。