Re: Choppy TCP send performance

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Friday, May 28, 2010 - 2:16 pm

Le vendredi 28 mai 2010 à 13:38 -0700, Ivan Novick a écrit :

static void sock_def_write_space(struct sock *sk)
{
...
if ((atomic_read(&sk->sk_wmem_alloc) << 1) <= sk->sk_sndbuf) {
...


Quick answer is : No, this is not tunable ( independantly than SNDBUF )

SO_SNDLOWAT is not implemented on linux, yet (its value is : 1).


Why would you want to wakeup your thread more than necessary ?



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Choppy TCP send performance, Ivan Novick, (Fri May 28, 1:38 pm)
Re: Choppy TCP send performance, Eric Dumazet, (Fri May 28, 2:16 pm)
Re: Choppy TCP send performance, Ivan Novick, (Fri May 28, 2:35 pm)
Re: Choppy TCP send performance, Eric Dumazet, (Fri May 28, 3:00 pm)
Re: Choppy TCP send performance, Rick Jones, (Fri May 28, 3:08 pm)
Re: Choppy TCP send performance, Ivan Novick, (Fri May 28, 3:23 pm)
Re: Choppy TCP send performance, Ivan Novick, (Fri May 28, 3:28 pm)
Re: Choppy TCP send performance, Rick Jones, (Fri May 28, 3:57 pm)