mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-06-11 20:21:39 +00:00
chore: update documentation
This commit is contained in:
23
index.html
23
index.html
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<title>libp2p-tcp 0.14.4 | Documentation</title>
|
<title>libp2p-tcp 0.14.5 | Documentation</title>
|
||||||
<meta name='description' content='Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces'>
|
<meta name='description' content='Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces'>
|
||||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||||
<link href='assets/bass.css' rel='stylesheet'>
|
<link href='assets/bass.css' rel='stylesheet'>
|
||||||
@ -15,11 +15,14 @@
|
|||||||
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
|
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
|
||||||
<div class='py1 px2'>
|
<div class='py1 px2'>
|
||||||
<h3 class='mb0 no-anchor'>libp2p-tcp</h3>
|
<h3 class='mb0 no-anchor'>libp2p-tcp</h3>
|
||||||
<div class='mb1'><code>0.14.4</code></div>
|
<div class='mb1'><code>0.14.5</code></div>
|
||||||
<input
|
<input
|
||||||
placeholder='Filter'
|
placeholder='Filter'
|
||||||
id='filter-input'
|
id='filter-input'
|
||||||
class='col12 block input'
|
class='col12 block input'
|
||||||
|
spellcheck='false'
|
||||||
|
autocapitalize='off'
|
||||||
|
autocorrect='off'
|
||||||
type='text' />
|
type='text' />
|
||||||
<div id='toc'>
|
<div id='toc'>
|
||||||
<ul class='list-reset h5 py1-ul'>
|
<ul class='list-reset h5 py1-ul'>
|
||||||
@ -122,7 +125,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/2bc2b36050d1f1f5cb42c7d28bf9991126756bb8/src/index.js#L17-L139'>
|
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/562b3adf1f8bccb1328f220bb62cc53ae1d6e10e/src/index.js#L17-L139'>
|
||||||
<span>src/index.js</span>
|
<span>src/index.js</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -151,6 +154,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -171,7 +176,7 @@
|
|||||||
<div class='clearfix'>
|
<div class='clearfix'>
|
||||||
|
|
||||||
|
|
||||||
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/2bc2b36050d1f1f5cb42c7d28bf9991126756bb8/src/index.js#L37-L45'>
|
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/562b3adf1f8bccb1328f220bb62cc53ae1d6e10e/src/index.js#L37-L45'>
|
||||||
<span>src/index.js</span>
|
<span>src/index.js</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -261,6 +266,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -280,7 +287,7 @@
|
|||||||
<div class='clearfix'>
|
<div class='clearfix'>
|
||||||
|
|
||||||
|
|
||||||
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/2bc2b36050d1f1f5cb42c7d28bf9991126756bb8/src/index.js#L114-L121'>
|
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/562b3adf1f8bccb1328f220bb62cc53ae1d6e10e/src/index.js#L114-L121'>
|
||||||
<span>src/index.js</span>
|
<span>src/index.js</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -348,6 +355,8 @@ anytime a new incoming Connection has been successfully upgraded via
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -367,7 +376,7 @@ anytime a new incoming Connection has been successfully upgraded via
|
|||||||
<div class='clearfix'>
|
<div class='clearfix'>
|
||||||
|
|
||||||
|
|
||||||
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/2bc2b36050d1f1f5cb42c7d28bf9991126756bb8/src/index.js#L128-L138'>
|
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-tcp/blob/562b3adf1f8bccb1328f220bb62cc53ae1d6e10e/src/index.js#L128-L138'>
|
||||||
<span>src/index.js</span>
|
<span>src/index.js</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -425,6 +434,8 @@ anytime a new incoming Connection has been successfully upgraded via
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user