On Sun, Sep 9, 2012 at 10:37 PM, satish R wrote:
> Hi,
>
> There are 2 kinds of approach discussed in this forum for the receiving of
> tcp packets without going through the tcp state machine.
>
> 1) introduction of tcp_encap hook , which means a change in the existing
> kernel,
>
> 2)Using tcp ra
Hi,
There are 2 kinds of approach discussed in this forum for the receiving of
tcp packets without going through the tcp state machine.
1) introduction of tcp_encap hook , which means a change in the existing
kernel,
2)Using tcp raw sockets and sk->sk_data_ready callback function for
receiving t