Deployed 18c2b69 with MkDocs version: 1.2.2

This commit is contained in:
2021-09-29 19:16:01 +00:00
parent b341911fab
commit 2d0d937616
5 changed files with 11 additions and 11 deletions

View File

@ -118,7 +118,7 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
<li><code>-DBUILD_SHARED_LIBS=ON</code> will build the unittest as a shared libary instead of a static library, which is the default</li>
<li><code>-DUSE_ZLIB=1</code> will enable zlib support, required for http client + server + websocket per message deflate extension</li>
<li><code>-DUSE_TLS=1</code> will enable TLS support</li>
<li><code>-DUSE_OPEN_SSL=1</code> will use <a href="https://www.openssl.org/">openssl</a> for the TLS support (default on Linux and Windows)</li>
<li><code>-DUSE_OPEN_SSL=1</code> will use <a href="https://www.openssl.org/">openssl</a> for the TLS support (default on Linux and Windows). When using a custom version of openssl (say a prebuilt version, odd runtime problems can happens, as in #319, and special cmake trickery will be required (see this <a href="https://github.com/machinezone/IXWebSocket/issues/175#issuecomment-620231032">comment</a>)</li>
<li><code>-DUSE_MBED_TLS=1</code> will use <a href="https://tls.mbed.org/">mbedlts</a> for the TLS support</li>
<li><code>-DUSE_WS=1</code> will build the ws interactive command line tool</li>
<li><code>-DUSE_TEST=1</code> will build the unittest</li>

View File

@ -258,5 +258,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.2.2
Build Date UTC : 2021-09-21 01:19:39.500956+00:00
Build Date UTC : 2021-09-29 19:16:01.678049+00:00
-->

File diff suppressed because one or more lines are too long

View File

@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-09-21</lastmod>
<lastmod>2021-09-29</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.