Newer
Older
class tcp(Transport):
# Class variables
protocol_name = "tcp" # Protocol name
# Supported keys in YAML profile
supported_keys = Transport.supported_keys + ["initiated-by"]
class tcp(Transport):
# Class variables
protocol_name = "tcp" # Protocol name
# Supported keys in YAML profile
supported_keys = Transport.supported_keys + ["initiated-by"]