mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
python: Update comment to mention SSL support.
Signed-off-by: Guoshuai Li <ligs@dtdream.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -103,8 +103,8 @@ class Stream(object):
|
||||
def open(name, dscp=DSCP_DEFAULT):
|
||||
"""Attempts to connect a stream to a remote peer. 'name' is a
|
||||
connection name in the form "TYPE:ARGS", where TYPE is an active stream
|
||||
class's name and ARGS are stream class-specific. Currently the only
|
||||
supported TYPEs are "unix" and "tcp".
|
||||
class's name and ARGS are stream class-specific. The supported TYPEs
|
||||
include "unix", "tcp", and "ssl".
|
||||
|
||||
Returns (error, stream): on success 'error' is 0 and 'stream' is the
|
||||
new Stream, on failure 'error' is a positive errno value and 'stream'
|
||||
|
Reference in New Issue
Block a user