On Tuesday 07 February 2006 15:54, Benjamin LaHaise wrote: > + if (size > ((sk->sk_sndbuf >> 1) - 64)) > + size = (sk->sk_sndbuf >> 1) - 64;
This is really surprising. Are you double plus sure gcc doesn't do this automatically? -Andi - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html