summaryrefslogtreecommitdiffstats
path: root/docs/en/ranch/1.3/guide/transports/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/ranch/1.3/guide/transports/index.html')
-rw-r--r--docs/en/ranch/1.3/guide/transports/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/en/ranch/1.3/guide/transports/index.html b/docs/en/ranch/1.3/guide/transports/index.html
index eb66c8a7..8077a5da 100644
--- a/docs/en/ranch/1.3/guide/transports/index.html
+++ b/docs/en/ranch/1.3/guide/transports/index.html
@@ -7,7 +7,7 @@
<meta name="description" content="">
<meta name="author" content="Loïc Hoguin based on a design from (Soft10) Pol Cámara">
- <meta name="generator" content="Hugo 0.30.2" />
+ <meta name="generator" content="Hugo 0.37.1" />
<title>Nine Nines: Transports</title>
@@ -103,7 +103,7 @@ function. The data can be given as <code>iodata()</code>, which is defined as
<code>binary() | iolist()</code>. All the following calls will work:</p></div>
<div class="listingblock">
<div class="title">Sending data to the socket</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -126,7 +126,7 @@ If you are not expecting a precise size, you can specify 0 which will make
this call return as soon as data was read, regardless of its size.</p></div>
<div class="listingblock">
<div class="title">Receiving data from the socket in passive mode</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -162,7 +162,7 @@ depending on the transport being used. To be able to properly match
on them you must first call the <code>Transport:messages/0</code> function.</p></div>
<div class="listingblock">
<div class="title">Retrieving the transport&#8217;s active message identifiers</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -171,7 +171,7 @@ http://www.gnu.org/software/src-highlite -->
function, and do so every time you want to receive data.</p></div>
<div class="listingblock">
<div class="title">Receiving messages from the socket in active mode</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -197,7 +197,7 @@ handler and <code>Socket</code> is a connected socket obtained through the liste
<div class="paragraph"><p>To send a whole file, with name <code>Filename</code>, over a socket:</p></div>
<div class="listingblock">
<div class="title">Sending a file by filename</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -206,7 +206,7 @@ http://www.gnu.org/software/src-highlite -->
bytes and chunks of size <code>ChunkSize</code>:</p></div>
<div class="listingblock">
<div class="title">Sending part of a file by filename in chunks</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -216,7 +216,7 @@ http://www.gnu.org/software/src-highlite -->
possible to use a file descriptor opened in raw mode:</p></div>
<div class="listingblock">
<div class="title">Sending a file opened in raw mode</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->