rust-pcap / pcap

Rust language pcap library
Apache License 2.0
620 stars 144 forks source link

Join threads in tests #141

Closed Wojtek242 closed 3 years ago

Wojtek242 commented 4 years ago

Only test_raw_fd_api used threads in the tests. The threads are now joined so that panics are propagated.

I would not squash these commits (just rebase) as strictly speaking the first commit fixes feature flags which is unrelated to the issue. Unless more changes are necessary for this issue it saves some hassle of creating multiple PRs.

Closes #126