Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Congestion control in Netty #3939

Closed
zhenyu-zhou opened this issue Jul 4, 2015 · 1 comment
Closed

Congestion control in Netty #3939

zhenyu-zhou opened this issue Jul 4, 2015 · 1 comment

Comments

@zhenyu-zhou
Copy link

Hello,

I'm trying to understand congestion control in Floodlight, which implements Netty to handle its control channel. I find that if I burst to send more than around 1000 pkt-in, pkts begin to loss. I have asked the Floodlight people but they said they did not make this control by default and suggested me to look into Netty. Therefore I'm wondering whether there is such mechanism in Netty (where is it)? And is it possible to configure this mechanism by myself (eg, modify the threshold or even disable it)?

Many thanks!

@normanmaurer
Copy link
Member

@zhenyu-zhou we not do any controlling by our own. What we have is the ability to get notified when a Channel becomes non writable and writable again. It's up to the user to back-up and continue in this cases-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants