diff options
| author | Riccardo Spagni <ric@spagni.net> | 2015-12-30 13:21:50 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2015-12-30 13:21:50 +0200 |
| commit | 91001aa4460a59a42dc14a32c8e90717fd29dbd2 (patch) | |
| tree | 68da43b847d517870a2f5c92a6ef13167730945c /external/unbound/pythonmod/doc/modules/struct.rst | |
| parent | 7223eebbe71833e895fca95267cb243834dedf83 (diff) | |
| parent | 3edbf57b62feeaba1f31683f24b9d76d75e03902 (diff) | |
| download | monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.tar.gz monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.tar.xz monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.zip | |
Merge pull request #578
3edbf57 fix missing unbound tests (Riccardo Spagni)
2d43ae8 update unbound, fix unbound openssl issue on OS X (Riccardo Spagni)
Diffstat (limited to 'external/unbound/pythonmod/doc/modules/struct.rst')
| -rw-r--r-- | external/unbound/pythonmod/doc/modules/struct.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/unbound/pythonmod/doc/modules/struct.rst b/external/unbound/pythonmod/doc/modules/struct.rst index c41e10b73..669f36d91 100644 --- a/external/unbound/pythonmod/doc/modules/struct.rst +++ b/external/unbound/pythonmod/doc/modules/struct.rst @@ -347,12 +347,12 @@ DNSMessage .. method:: __init__(self, rr_name, rr_type, rr_class = RR_CLASS_IN, query_flags = 0, default_ttl = 0) - Prepares an answer (DNS packet) from qiven information. Query flags are combination of PKT_xx contants. + Prepares an answer (DNS packet) from given information. Query flags are combination of PKT_xx constants. .. method:: set_return_msg(self, qstate) This method fills qstate return message according to the given informations. - It takes lists of RRs in each section of answer, created necessray RRsets in wire format and store the result in :attr:`qstate.return_msg`. + It takes lists of RRs in each section of answer, created necessary RRsets in wire format and store the result in :attr:`qstate.return_msg`. Returns 1 if OK. .. attribute:: rr_name |
