Netty 发布了两个版本: 4.0.23 正式版和 4.1.0 Beta3 ,这两个版本的改进内容一样:
#2407 - Use a better default value for server socket backlog
#2768 - Fix an empty WebSocket close frame in hybi-00
#2769 - Fix ClassCastException when trying to send a FileRegion
#2771 - Fix a bug where EmbeddedChannel does not work with ChannelInitializer
Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
软件详情:http://netty.io/
下载地址:https://github.com/netty/netty
来自:开源中国社区

