All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sandhya Rallapalli <sandhya@ittc.ku.edu>
To: linux-kernel@vger.kernel.org
Subject: skb->data bytes
Date: Mon, 11 Feb 2002 19:31:32 -0600	[thread overview]
Message-ID: <3C687074.6090902@ittc.ku.edu> (raw)

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.




             reply	other threads:[~2002-02-12  1:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-12  1:31 Sandhya Rallapalli [this message]
2002-02-12  1:34 ` skb->data bytes David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C687074.6090902@ittc.ku.edu \
    --to=sandhya@ittc.ku.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.