amiguities in pre-2.2.10-2

Trever Adams (trever_Adams@bigfoot.com)
Fri, 04 Jun 1999 04:26:38 -0600


@@ -239,6 +239,11 @@

/* Rechecksum original buffer. */
skb->csum = csum_partial(skb->data, skb->len, 0);
+
+ /* Looks stupid, but our code really uses when of
+ * skbs, which it never sent before. --ANK
+ */
+ TCP_SKB_CB(buff)->when = TCP_SKB_CB(skb)->when;

I realized that this is indeed accurate based on the structure
elements. Is this the best naming for things, or the best explaination?

I am not developer, but I have been reading kernel code now for about a
year and reading the pre-patches in hopes I can help someday soon. This
kind of thing throws your head for a look for a second or so.

Trever

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/