[glib/pgriffis/wip/resolver-https] fixup! gresolver: Add support for the HTTPS DNS type



commit ed43f79028d47685cc48003aca714eaa0d6c1135
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Jun 8 10:19:21 2021 -0500

    fixup! gresolver: Add support for the HTTPS DNS type

 gio/gioenums.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 70aee002f..3b4a31512 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -758,12 +758,12 @@ typedef enum {
  * %G_RESOLVER_RECORD_HTTPS records are returned as variants with the signature
  * `(qsa{sv})`, representing the priority, target host, and params of the domain.
  * The keys of the params dictionary are:
- *   `alpn`: array of strings
+ *   `alpn`: array of strings of protocol names
  *   `no-default-alpn`: an empty string
  *   `port`: uint16
  *   `ipv4hint`: array of strings of addresses
  *   `ipv6hint`: array of strings of addresses
- *   `ech`: string of base64 data
+ *   `ech`: string of base64 data containing an ECHConfigList defined 
[here](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/)
  *   `mandatory`: array of strings matching these keys
  *   `keyN`: for unknown keys, N is the key number, the value is a bytestring of unparsed data
  * See the [RFC](https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/) for more information.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]