diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:13 +0000 |
commit | a06d52906db423ab5f2bf6991b85f36f9401341c (patch) | |
tree | 59079b72e060bde37ebe66823a549e342285398a /doc/libstls | |
parent | d7e6a817966af1057599988330af9eb144e18bef (diff) | |
download | s6-networking-a06d52906db423ab5f2bf6991b85f36f9401341c.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/libstls')
-rw-r--r-- | doc/libstls/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libstls/index.html b/doc/libstls/index.html index 8b30b20..a1baddc 100644 --- a/doc/libstls/index.html +++ b/doc/libstls/index.html @@ -6,14 +6,14 @@ <title>s6-networking: the stls library interface</title> <meta name="Description" content="s6-networking: the stls library interface" /> <meta name="Keywords" content="s6-networking net stls library TLS SSL LibreSSL OpenSSL libtls" /> - <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> <p> <a href="../">s6-networking</a><br /> -<a href="http://skarnet.org/software/">Software</a><br /> -<a href="http://skarnet.org/">skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> </p> <h1> The <tt>stls</tt> library interface </h1> @@ -96,7 +96,7 @@ know in advance how many bytes it should get. Modern application protocols should all work with EOF. </li> </ul> </li> <li> <em>tto</em> is a pointer to a - <a href="http://skarnet.org/software/skalibs/libstddjb/tai.html">tain_t</a> + <a href="//skarnet.org/software/skalibs/libstddjb/tai.html">tain_t</a> containing a relative time (i.e. a timeout). If *<em>tto</em> time elapses with no application data being exchanged, the engine will forcibly close the connection (with the method defined by <tt><em>options</em> & 1</tt>). |