gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 82/220: docs/ALTSVC.md: first basic file format des


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 82/220: docs/ALTSVC.md: first basic file format description
Date: Thu, 12 Sep 2019 17:27:22 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 2bdb26a507194e3fca08b3ed2a27becf222a517c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 7 14:18:42 2019 +0200

    docs/ALTSVC.md: first basic file format description
---
 docs/ALTSVC.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/docs/ALTSVC.md b/docs/ALTSVC.md
index 5aca1c950..e44319ce1 100644
--- a/docs/ALTSVC.md
+++ b/docs/ALTSVC.md
@@ -57,3 +57,24 @@ Experimental support in curl means:
 - using `Age:` value for caching age as per spec
 - `CURLALTSVC_IMMEDIATELY` support
 - `CURLALTSVC_ALTUSED` support
+
+# Alt-Svc cache file format
+
+This a text based file with one line per entry and each line consists of nine
+space separated fields.
+
+## Example
+
+    h2 quic.tech 8443 h3-22 quic.tech 8443 "20190808 06:18:37" 0 0
+
+## Fields
+
+1. The ALPN id for the source origin
+2. The host name for the source origin
+3. The port number for the source origin
+4. The ALPN id for the destination host
+5. The host name for the destination host
+6. The host number for the destination host
+7. Within double quotes, the expiration date of this entry
+8. Boolean (1 or 0) if "persist" was set for this entry
+9. Integer priority value (not currently used)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]