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