jschneiderhan (Jon-Erik Schneiderhan)
- Login: jschneiderhan
- Email: jschneiderhan@gmail.com
- Registered on: 01/30/2013
- Last sign in: 10/01/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/14/2016
-
03:20 PM Ruby Bug #12838: Duplication of UDP packets for DNS responses causing "no address" results for valid hostnames
- I looked through some of the DNS RFCs, at the suggestion of a colleague, to see if there was any mention of a standard way of dealing with duplicate responses. I didn't see anything specifically calling out duplicates, but I did find thi...
-
02:58 PM Ruby Bug #12838: Duplication of UDP packets for DNS responses causing "no address" results for valid hostnames
- I added a diff file (check-sender.diff) instead of using the issue description to show the change I made to fix the error on my machine. The change and diff were made against the v2_3_1 tag in the git repo mirrored on github. I'm not nec...
10/13/2016
-
08:50 PM Ruby Bug #12838 (Closed): Duplication of UDP packets for DNS responses causing "no address" results for valid hostnames
- A network that I'm running a Ruby app on has an issue where it is duplicating UDP packets (a separate issue that I need to fix). This is resulting in intermittent "not found" results for valid hostnames.
In my case, my resolver is set...