Track all outgoing questions, remap id to one of ours.
Also track all recorded answers, and map them to that same id, the 'expectation'.
-When we see a question, parse it, give it a QuestionIdentifier, and and an id from the free-id list.
+When we see a question, parse it, give it a QuestionIdentifier, and an id from the free-id list.
When we see an answer in the tcpdump, parse it, make QI, and add it to the original QI
and check
.enable_io()
.build()?;
- // For each listening address we spawn a tokio handler an then a single Posix thread is created that
+ // For each listening address we spawn a tokio handler and then a single Posix thread is created that
// waits (forever) for all of them to complete by joining them all.
let mut set = JoinSet::new();
for config in incoming {