xdp-project / xdp-tutorial

XDP tutorial
2.44k stars 577 forks source link

How to receive packets in two different sockets? #297

Open Adarsh97 opened 2 years ago

Adarsh97 commented 2 years ago

Is there any provision in xdp, where two user space sockets can receive packets which are redirected from xdp hook code? Or is there any other way of giving the same packet to two different sockets present in user space? @magnus-karlsson @tohojo