DotNetty
DotNetty copied to clipboard
[Question] GlobalTrafficShapingHandler doesn't exist what is the alias?
I am porting over some java code to C# and I don't have a reference to GlobalTrafficShapingHandler how did DotNetty handle this?
This repo is far behind netty in terms of parity. GlobalTrafficShapingHandler was not ported. There're no plans to do so in near future.
I reviewed the code, this is true, and I am currently writing some code to replace it.