From: Ben Woodard <[EMAIL PROTECTED]> Date: Tue, 10 Oct 2006 18:46:58 -0700
> @@ -257,6 +259,8 @@ > __u8 frto_counter; /* Number of new acks after RTO */ > __u8 nonagle; /* Disable Nagle algorithm? */ > __u8 keepalive_probes; /* num of allowed keep alive probes */ > + __u16 rto_max; /* Maximum backoff value in ms */ > + __u16 rto_init; /* Initial backoff value in ms */ The existing struct members are properly indented using tabs, your patch adds members which are indented using spaces. Please fix this, thanks a lot. - 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