Hello, I have a project where I try to control the network-packets
between the NIC-driver and IP/ARP. 
Any suggestions on how I can add a Token to the packet before I send it
out. If I set the MTU to 1490 is it a way that I can use the last
10bytes to the token(and other information) without reallocating the
sk_buff for making room for the last 10bytes. 
I want to do my programming in the driver so I can not make the sk_buff
big enough when it's allocated. 

Svend!

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to