Thread (45 messages) 45 messages, 6 authors, 2012-02-27

Re: limited network bandwidth with 3.2.x kernels

From: Eric Dumazet <hidden>
Date: 2012-02-23 18:49:32

Possibly related (same subject, not in this thread)

Le jeudi 23 février 2012 à 13:39 -0500, Neal Cardwell a écrit :
  u32 incr = max(skb->len, 2U * tp->advmss);

Or do you think we'd want:

  u32 incr = 2U * max(skb->len, tp->advmss);

or :

incr = 2 * skb->len;
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help