summaryrefslogtreecommitdiff
path: root/doc/libstls/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libstls/index.html')
-rw-r--r--doc/libstls/index.html8
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> &amp; 1</tt>).