Skip to content

Commit 82d18cb

Browse files
committed
github pages
1 parent 8d79973 commit 82d18cb

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

docs/_sources/http.rst.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ and control over the initiation and termination of HTTP client instances.
134134
135135
136136
The output above demonstrates the responses of two HTTP client instances. However,
137-
if any of the requests are marked as closed or terminated, it is possible to restart
137+
if any of the requests are marked as closed, it is possible to restart
138138
them using the HTTP client start command. This command can be applied to either all
139139
sessions simultaneously or just a specific session. By initiating the HTTP client
140140
start command, you can resume the execution of the previously closed requests and
@@ -150,6 +150,16 @@ continue interacting with the server.
150150
$ sudo bngblaster-cli run.sock http-clients-stop | jq .
151151
152152
153+
HTTP Client States:
154+
155+
+ ``idle``: session will start on next client interval (less than 1 second delay until connecting)
156+
+ ``connecting``: TCP session connecting (handshake)
157+
+ ``connected``: TCP session established
158+
+ ``closing``: TCP session teardown
159+
+ ``session-down``: underlying PPPoE or IPoE session is not established
160+
+ ``retry-wait``: wait random seconds (1-30 seconds) before next connection attempt
161+
162+
153163
HTTP Server
154164
-----------
155165

docs/http.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h2>HTTP Client<a class="headerlink" href="#http-client" title="Link to this hea
275275
</pre></div>
276276
</div>
277277
<p>The output above demonstrates the responses of two HTTP client instances. However,
278-
if any of the requests are marked as closed or terminated, it is possible to restart
278+
if any of the requests are marked as closed, it is possible to restart
279279
them using the HTTP client start command. This command can be applied to either all
280280
sessions simultaneously or just a specific session. By initiating the HTTP client
281281
start command, you can resume the execution of the previously closed requests and
@@ -286,6 +286,15 @@ <h2>HTTP Client<a class="headerlink" href="#http-client" title="Link to this hea
286286
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>$ sudo bngblaster-cli run.sock http-clients-stop | jq .
287287
</pre></div>
288288
</div>
289+
<p>HTTP Client States:</p>
290+
<ul class="simple">
291+
<li><p><code class="docutils literal notranslate"><span class="pre">idle</span></code>: session will start on next client interval (less than 1 second delay until connecting)</p></li>
292+
<li><p><code class="docutils literal notranslate"><span class="pre">connecting</span></code>: TCP session connecting (handshake)</p></li>
293+
<li><p><code class="docutils literal notranslate"><span class="pre">connected</span></code>: TCP session established</p></li>
294+
<li><p><code class="docutils literal notranslate"><span class="pre">closing</span></code>: TCP session teardown</p></li>
295+
<li><p><code class="docutils literal notranslate"><span class="pre">session-down</span></code>: underlying PPPoE or IPoE session is not established</p></li>
296+
<li><p><code class="docutils literal notranslate"><span class="pre">retry-wait</span></code>: wait random seconds (1-30 seconds) before next connection attempt</p></li>
297+
</ul>
289298
</section>
290299
<section id="http-server">
291300
<h2>HTTP Server<a class="headerlink" href="#http-server" title="Link to this heading"></a></h2>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)