HomeSort by: relevance | last modified time | path
    Searched refs:EDNS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests_dig.py 41 """Get the EDNS OPT pseudosection mapping of the first message in
44 return message[f"{direction}_message_data"]["OPT_PSEUDOSECTION"]["EDNS"]
250 instead of disabling EDNS."""
252 assert "EDNS:" in result.out
258 assert len(result.out.grep(Re(r"EDNS:.* udp:"))) == 2
259 assert len(result.out.grep(Re(r"EDNS:.* udp: 1232"))) == 2
311 """Check that dig +coflag sets the EDNS CO flag in the sent query."""
313 assert Re(r"^; EDNS: version: 0, flags: co;") in result.out
592 """Check that +noedns +ednsflags=<nonzero> re-enables EDNS."""
594 assert "; EDNS: version: 0, flags:; MBZ: 0x0070, udp: 1232" in result.ou
    [all...]
  /src/external/bsd/nsd/dist/doc/
differences.tex 192 decision based on speed: the EDNS record sent back by NSD is precompiled and
524 the DNS header section. For some queries, NSD includes an EDNS record in
525 the reply if there was a recognizable EDNS record in the query.

Completed in 14 milliseconds