diff options
author | lloyd <[email protected]> | 2012-01-16 22:34:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-16 22:34:37 +0000 |
commit | 6007a1642b5d19b5af66e3ec42dae1023dd80a4c (patch) | |
tree | 4f3e41e02c7787c60bf941aafddff3f0937f08d4 /doc/tls.txt | |
parent | 16d3cf496533944fdff3ee96f003ee2053769cd5 (diff) |
Rename queue_for_sending just send
Diffstat (limited to 'doc/tls.txt')
-rw-r--r-- | doc/tls.txt | 8 |
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() |