Sample application which opens a packet socket and receives every packet on the wire and send some dummy packet over socket. Simple demo of how to use packet sockets. Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
9 lines
171 B
YAML
9 lines
171 B
YAML
sample:
|
|
description: Packet socket sample
|
|
name: packet-socket
|
|
tests:
|
|
test:
|
|
harness: net
|
|
platform_whitelist: native_posix
|
|
tags: net sockets packet-socket
|