mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
Added Implementation section.
This commit is contained in:
parent
95a08101c0
commit
0d92b2da03
1 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Name Decompression
|
||||
Name Decompression
|
||||
|
||||
$Id: decompression,v 1.1 1999/02/24 00:51:13 marka Exp $
|
||||
$Id: decompression,v 1.2 1999/02/24 00:57:57 marka Exp $
|
||||
|
||||
Overview.
|
||||
|
||||
|
|
@ -32,6 +32,11 @@ Overview.
|
|||
5. what are allowable decompression method. These vary across type
|
||||
and edn version.
|
||||
|
||||
Implementation:
|
||||
|
||||
dns_rdata_fromwire will set the allowed decompression methods allowed
|
||||
by looking at edns, strict and the type values.
|
||||
|
||||
Types:
|
||||
struct dns_decompress {
|
||||
unsigned int magic;
|
||||
|
|
|
|||
Loading…
Reference in a new issue