Netdev List
 help / color / mirror / Atom feed
* Increasing TCP initial cwnd
@ 2009-10-26 13:40 Yair Gottdenker
  2009-10-26 13:54 ` Ilpo Järvinen
  0 siblings, 1 reply; 5+ messages in thread
From: Yair Gottdenker @ 2009-10-26 13:40 UTC (permalink / raw)
  To: netdev

Hi all,

I am working on research project to control the sender initial
congestion window size. I am trying to allow user space to set the
initial congestion window size but with no luck. The sender always
sends just 4 packets disregarding from the snd_cwnd.

I am working on kernel version 2.6.31.3.

I made the following changes:
1. tcp_ipv4.c -> in function tcp_v4_init_sock, changed from
tp->snd_cwnd = 2 to tp->snd_cwnd = user_space_initial_cwnd.
2. tcp_output.c -> tcp_init_cwnd - to always return user_space_initial_cwnd.
3. tcp_cong.c -> tcp_slow_start- to always return user_space_initial_cwnd.

Any help will be more than welcome.

Yair

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

end of thread, other threads:[~2009-10-27  7:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 13:40 Increasing TCP initial cwnd Yair Gottdenker
2009-10-26 13:54 ` Ilpo Järvinen
2009-10-26 13:57   ` Ilpo Järvinen
     [not found]   ` <fa3cddca0910260728n61d8de61p9e58260c893d9f9f@mail.gmail.com>
     [not found]     ` <alpine.DEB.2.00.0910261629040.19761@wel-95.cs.helsinki.fi>
2009-10-26 15:07       ` Yair Gottdenker
2009-10-27  7:38         ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox