netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* initial congestion window for connections in the listen queue
@ 2009-04-13 20:46 Octavian Purdila
  2009-04-13 21:26 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Octavian Purdila @ 2009-04-13 20:46 UTC (permalink / raw)
  To: netdev


A question for the TCP wizards:

>struct sock *tcp_create_openreq_child(struct sock *sk, 
>        struct request_sock >*req, struct sk_buff *skb)
>{
>...
>         /* So many TCP implementations out there (incorrectly) count the
>          * initial SYN frame in their delayed-ACK and congestion control
>          * algorithms that we must have the following bandaid to talk 
>          * efficiently to them.  -DaveM
>          */
>          newtp->snd_cwnd = 2;

Shouldn't the same logic from tcp_init_cwnd() be used here?

>From my traces, this seems to prevent TSO from helping short lived 
connections.

Thanks,
tavi


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

end of thread, other threads:[~2009-04-14 13:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 20:46 initial congestion window for connections in the listen queue Octavian Purdila
2009-04-13 21:26 ` David Miller
2009-04-13 21:54   ` Ilpo Järvinen
2009-04-13 21:58     ` David Miller
2009-04-14  8:37       ` Ilpo Järvinen
2009-04-14  9:09         ` David Miller
2009-04-14 13:48         ` Octavian Purdila

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).