All of lore.kernel.org
 help / color / mirror / Atom feed
* skb->data bytes
@ 2002-02-12  1:31 Sandhya Rallapalli
  2002-02-12  1:34 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Sandhya Rallapalli @ 2002-02-12  1:31 UTC (permalink / raw)
  To: linux-kernel

Hi,
    As a part of my research work, I've been working on introduction of
bit errors into packets. The main purpose is to choose a random byte
from (skb->head) to (skb->tail) (header & data) and change a bit in the
selected byte. And then, I test the throughput variation according to
the variation in ber using ttcp.

Here, I face a problem:
If a random byte within (skb->head) and (skb->data + 65) is chosen, the 
throughput is acceptable. But, if a byte outside (skb->head) to 
(skb->data + 65) is chosen, the transmission stops. The link becomes 
congested and netstat shows a non-changing number of bytes in Send-Q 
section. i.e., (skb->data + 66) to (skb->tail) are not allowed to be erred.
Is there any significance to the 65th byte and beyond in skb->data?

Thanks,
-Sandhya.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-12  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-12  1:31 skb->data bytes Sandhya Rallapalli
2002-02-12  1:34 ` David S. Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.