diff options
Diffstat (limited to '')
-rw-r--r-- | source/concepts/ns_ptcp.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/concepts/ns_ptcp.rst b/source/concepts/ns_ptcp.rst new file mode 100644 index 0000000..66d7062 --- /dev/null +++ b/source/concepts/ns_ptcp.rst @@ -0,0 +1,13 @@ +ptcp Network Stream Driver +========================== + +This network stream driver implement a plain tcp +transport without security properties. + +Supported Driver Modes + +- 0 - unencrypted transmission + +Supported Authentication Modes + +- "anon" - no authentication |