mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
docs: Clarify support for multiple TXT record strings
Most TXT records only contain a single string, but some may contain more. Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #1760
This commit is contained in:
parent
e036d1bb29
commit
5bb19b04af
@ -735,7 +735,13 @@ typedef enum {
|
|||||||
* the mail exchanger hostname.
|
* the mail exchanger hostname.
|
||||||
*
|
*
|
||||||
* %G_RESOLVER_RECORD_TXT records are returned as variants with the signature
|
* %G_RESOLVER_RECORD_TXT records are returned as variants with the signature
|
||||||
* `(as)`, representing an array of the strings in the text record.
|
* `(as)`, representing an array of the strings in the text record. Note: Most TXT
|
||||||
|
* records only contain a single string, but
|
||||||
|
* [RFC 1035](https://tools.ietf.org/html/rfc1035#section-3.3.14) does allow a
|
||||||
|
* record to contain multiple strings. The RFC which defines the interpretation
|
||||||
|
* of a specific TXT record will likely require concatenation of multiple
|
||||||
|
* strings if they are present, as with
|
||||||
|
* [RFC 7208](https://tools.ietf.org/html/rfc7208#section-3.3).
|
||||||
*
|
*
|
||||||
* %G_RESOLVER_RECORD_SOA records are returned as variants with the signature
|
* %G_RESOLVER_RECORD_SOA records are returned as variants with the signature
|
||||||
* `(ssuuuuu)`, representing a string containing the primary name server, a
|
* `(ssuuuuu)`, representing a string containing the primary name server, a
|
||||||
|
Loading…
Reference in New Issue
Block a user