Paul Pearce
Paul Pearce
For example. I want an `A` record for `dog.cat.example.com`, where the authoritative is `cat.example.com` _not_ `example.com`. (Clearly `example.com` is _also_ authoritative, but I want it to not respond with an...
Here's an example ``` $ echo "star.c10r.facebook.com" | ./zdns/zdns A --iterative --trace | jq "." { "trace": [ REMOVED { "cached": false, "layer": "facebook.com", "depth": 3, "name_server": "69.171.239.12:53", "name": "star.c10r.facebook.com",...
This isn't an issue with the _number_ of retries. It's issue that we do not rotate through the roots. e.g., for iterative, we first randomly select a `.` root. If...
Great question. I don't know, but I observed it. I encountered this during one of my test runs when working on the `recursion` branch. One of the runs had a...
Fabian Monrose has a primary appointment in Electrical and Computing Engineering but has appointments within the College of Computing that permit solely advising CS PhD students (per direct discussion with...
Thank you. From looking at the output and the source, it looks like the expected behavior is that the device should return information via recv() to verify that the send...
Yep. RFxmit() completes most of the time (and with debug enabled I see recv output when it does). Just every so often, especially when calling the command back to back,...
Adding the above debug calls around the RFxmit() ha either resolved the issue or lowered the frequency significantly. It hasn't yet reoccured. This seems to point to some form of...
@vishalmohanty @mutax I'm working on this on the fix-ipv6 branch. I have initial support committed. It appears functional but I haven't had time to fully test it yet. Please let...