03-15-06 10:55 PM
Hi !
I have device(ARM920T) and Linuxm, that runs on it.
I look for ways to make the next things:
1) Make my program to capture raw packets and forward them to the
server-appplication, without kernel to process this packet to my application
(i.e. avoid packet duplication)
2) Send received packet to the server-application.
I found a way to make program capture raw packets, but kernel process these
packets and server-application receives packets from kernel.
How to make kernel not to process packets, which I'm interested in ?
[ Post a follow-up to this message ]
|