diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:52:07 +0800 |
---|---|---|
committer | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:57:26 +0800 |
commit | b150ceb62cfd91f11b62f823f3dd5517a640cbc3 (patch) | |
tree | bd513756a7b58e864966141b6adae6c1480bc442 /doc/classes/StreamPeerSSL.xml | |
parent | 215db9ff71c2c2fb3fe670fb8ea9109fca5b5a6a (diff) |
Update class documentation xml
Diffstat (limited to 'doc/classes/StreamPeerSSL.xml')
-rw-r--r-- | doc/classes/StreamPeerSSL.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index cf8769d22b..33948df509 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -63,6 +63,8 @@ <constant name="STATUS_DISCONNECTED" value="0" enum="Status"> A status representing a [code]StreamPeerSSL[/code] that is disconnected. </constant> + <constant name="STATUS_HANDSHAKING" value="1" enum="Status"> + </constant> <constant name="STATUS_CONNECTED" value="2" enum="Status"> A status representing a [code]StreamPeerSSL[/code] that is connected to a host. </constant> |