aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tls.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-01-16 22:34:37 +0000
committerlloyd <[email protected]>2012-01-16 22:34:37 +0000
commit6007a1642b5d19b5af66e3ec42dae1023dd80a4c (patch)
tree4f3e41e02c7787c60bf941aafddff3f0937f08d4 /doc/tls.txt
parent16d3cf496533944fdff3ee96f003ee2053769cd5 (diff)
Rename queue_for_sending just send
Diffstat (limited to 'doc/tls.txt')
-rw-r--r--doc/tls.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tls.txt b/doc/tls.txt
index b25c402bd..8c2b815b6 100644
--- a/doc/tls.txt
+++ b/doc/tls.txt
@@ -34,11 +34,11 @@ these methods available:
or more callback functions that were provided to the constructor being
called.
- .. cpp:function void queue_for_sending(const byte buf[], size_t buf_size)
+ .. cpp:function void send(const byte buf[], size_t buf_size)
- If the connection has completed the initial handshake process, he
- data provided is sent to the counterparty. Otherwise, an exception
- is thrown.
+ If the connection has completed the initial handshake process, the
+ data provided is sent to the counterparty as TLS
+ traffic. Otherwise, an exception is thrown.
.. cpp:function:: void close()