DouglasGray / xsk-rs

A Rust interface for Linux AF_XDP sockets
MIT License
68 stars 16 forks source link

Use A Sample Ethernet Packet for Testing #23

Closed ChrisPortman closed 8 months ago

ChrisPortman commented 9 months ago

It appears that using arbitrary data (e.g. b'hello') is ignored somewhere, likely in the network drivers. Using a well structured ethernet packet appears to have much better success.