netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* About disabling congestion control
@ 2011-01-07  1:25 Syed Obaid Amin
  2011-01-07  1:37 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Syed Obaid Amin @ 2011-01-07  1:25 UTC (permalink / raw)
  To: netdev

Hey all,

I am currently working on a socket option to disable the tcp
congestion control. I think the simplest approach to do this is to
ignore cwnd before sending out a packet.

After going through tcp output engine it seems that tcp_cwnd_test is
the method that decides that how many segments can be sent out on a
wire. For testing it out, I changed this method so that if no-cc
option is ON, just return a big constant value. But, it didn't work
and I am unable to see a burst of pkts. It looks like that I am
missing something here.

Any suggestions that what is the right place to look for disabling the
congestion control ?

Thanks much!

Obaid

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-07 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07  1:25 About disabling congestion control Syed Obaid Amin
2011-01-07  1:37 ` Stephen Hemminger
2011-01-07 10:04   ` Syed Obaid Amin
2011-01-07 10:33     ` Eric Dumazet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).