Releases: longshine/Mina.NET
Releases · longshine/Mina.NET
Mina.NET 2.0.11
Mina.NET 2.0.10
- fixed potential performance degradation (thanks @gmav)
- fixed IConnectFuture.Cancel()
- updated Common.Logging to v3.1.0
Mina.NET 2.0.9
- added InputClosed event
- added support for UDP multicast
- added throughput calculation
- updated Common.Logging to v3.0.0
- fixed a lot
Mina.NET 2.0.7.1
- added test for KeepAliveFilter
- fixed incorrect IoEventType
- fixed incorrect method calls in socket transport
Mina.NET 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