Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Netty 支持设置最大帧有效载荷,但我还没有找到任何关于限制每秒帧数的信息。Netty 本身是否支持这一点,或者我是否需要在我的应用程序层上实现这种类型的保护?
查看 ChannelTrafficShapingHandler。您可以根据需要对其进行更新。