I have a virtual interface bound to some vlan. I have 2 sockets, 1 is a raw socket, and another is a UDP socket bound to port 8900. Both sockets are attached to the same virtual interface. When I send a UDP datagram to port 8900 to that interface, I can see the UDP socked is receiving the packet. Question is, is the raw socket also notified for this data?
Thanks