On Fri, 02 May 2008 07:10:34 +0000, Burkhard Ott wrote:
> UDP is stateless (http://www.faqs.org/rfcs/rfc768.html)
This doesn't mean that a stateful protocol cannot be built over UDP. DNS
has "responses". Therefore, it has state.
In playing around, I've noticed the same thing as the OP; I've been
curious about it too. I've thought perhaps that it's an artifact of the
timeout, but that seems a little unlikely. I'd notice delays like that!
Perhaps the issue is that responses are coming from different IPs than
that to which the requests are sent? I think I've seen this (resulting
in responses blocked by a stateful firewall?). Would these match
iptable's RELATED, perhaps?
- Andrew