heck(iph);
This is my first venture into the kernel!
On Wednesday, September 12, 2007 3:12 PM, Vlad Yasevich wrote:
>
>Date: Wed, 12 Sep 2007 16:12:37 -0400
>From: Vlad Yasevich
>To: DHAJOGLO <[EMAIL PROTECTED]>
>Subject: Re: skb configured but can't get data allocated
>
You may want to read this page:
http://vger.kernel.org/~davem/skb.html
You will then see you problem.
Essentially, you are writing your data into an
area that is never sent.
What you are end up is this:
-
| your data| space | ll-header | IPv4 header|
DHAJOGLO escreveu:
Right,
I managed to figure out through looking at the code how to configure and send my skb
properly. For those who say the code is well documented.. you're right.. however I fell
like a blind man in an "adult book store" and just don't see what I'm missing.
Below is m
Right,
I managed to figure out through looking at the code how to configure and
send my skb properly. For those who say the code is well documented.. you're
right.. however I fell like a blind man in an "adult book store" and just don't
see what I'm missing. Below is my code. The packets a