Y
Hacker News
new
|
ask
|
show
|
jobs
by
tptacek
5837 days ago
"Check the NIC status"? What network API are you using? Even if you're injecting with libpcap, you can still just select() on the device handle.
1 comments
jamesseda
5837 days ago
I am not using an API, I am writing to the driver
link
tptacek
5837 days ago
Just use Winpcap instead of wasting time reinventing this wheel.
link