Re: [NOT VERY SAFE] [TCP]: Set initial_ssthresh default to zero in Cubic and BIC.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Komuro
Date: Monday, October 15, 2007 - 5:59 am

Dear shemminger


The default value of snd_ssthresh is 0x7fffffff, isn't it?

[linux/net/ipv4/tcp_ipv4.c]
static int tcp_v4_init_sock(struct sock *sk)
...
        tp->snd_ssthresh = 0x7fffffff;  /* Infinity */
...

Best Regards
Komuro


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [PATCH] Simplify yenta code, Komuro, (Fri Oct 5, 9:26 pm)
Re: [PATCH] Simplify yenta code, Linas Vepstas, (Mon Oct 8, 10:47 am)
Re: [NOT VERY SAFE] [TCP]: Set initial_ssthresh defaul ..., Stephen Hemminger, (Sun Oct 14, 1:34 pm)
Re: [NOT VERY SAFE] [TCP]: Set initial_ssthresh defaul ..., Komuro, (Mon Oct 15, 5:59 am)
Re: [NOT VERY SAFE] [TCP]: Set initial_ssthresh defaul ..., Stephen Hemminger, (Mon Oct 15, 8:55 am)