Skip to content

Releases: longshine/Mina.NET

Mina.NET 2.0.11

25 Nov 13:45
Compare
Choose a tag to compare
  • added client mode in SslFilter (thanks @ddfczm)
  • fixed invalid reading in SslFilter
  • fixed incorrect use of Semaphore in ProtocolCodecFilter
  • updated Common.Logging to v3.3.1

Mina.NET 2.0.10

10 Apr 10:55
Compare
Choose a tag to compare
  • fixed potential performance degradation (thanks @gmav)
  • fixed IConnectFuture.Cancel()
  • updated Common.Logging to v3.1.0

Mina.NET 2.0.9

12 Feb 07:00
Compare
Choose a tag to compare
  • 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

27 Sep 06:36
Compare
Choose a tag to compare
  • added test for KeepAliveFilter
  • fixed incorrect IoEventType
  • fixed incorrect method calls in socket transport

Mina.NET 2.0.7

08 Apr 03:34
Compare
Choose a tag to compare
  • 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