Hello,
thanks for your example code and blog post.
I execute the program udp-read with argument --async --threads 2 --rings 1
However, I always get Error: Invalid argument (os error 22) (even I changed the arguments).
I'm wondering do I missing some details? (I'm not familiar with rust)
Configuration:
rustc version: 1.56.1
cargo version: 1.56.0
Hello,
thanks for your example code and blog post.
I execute the program
udp-readwith argument--async --threads 2 --rings 1However, I always get
Error: Invalid argument (os error 22)(even I changed the arguments).I'm wondering do I missing some details? (I'm not familiar with rust)
Configuration:
rustc version:
1.56.1cargo version:
1.56.0