Skip to content
Extraits de code Groupes Projets
tcp.py 228 octets
Newer Older
  • Learn to ignore specific revisions
  • from Transport import Transport
    
    
    class tcp(Transport):
        
        # Class variables
        protocol_name = "tcp"  # Protocol name
    
        # Supported keys in YAML profile
        supported_keys = Transport.supported_keys + ["initiated-by"]