src/Socket.h
branchv_0
changeset 18 e16fa75135ad
parent 7 e6f005f3edfe
child 27 e6e5780339bd
equal deleted inserted replaced
17:b9dcb7aa75e1 18:e16fa75135ad
    35 static const char OPTION_ROLE[] = "role";
    35 static const char OPTION_ROLE[] = "role";
    36 static const char OPTION_MODE[] = "mode";
    36 static const char OPTION_MODE[] = "mode";
    37 static const char OPTION_HOST[] = "host";
    37 static const char OPTION_HOST[] = "host";
    38 static const char OPTION_PORT[] = "port";
    38 static const char OPTION_PORT[] = "port";
    39 static const char OPTION_PATH[] = "path";
    39 static const char OPTION_PATH[] = "path";
       
    40 static const char OPTION_DELAY[] = "delay";
    40 
    41 
    41 static const char PROTOCOL_TCP[] = "tcp";
    42 static const char PROTOCOL_TCP[] = "tcp";
    42 static const char PROTOCOL_UDP[] = "udp";
    43 static const char PROTOCOL_UDP[] = "udp";
    43 static const char PROTOCOL_UDS[] = "uds";
    44 static const char PROTOCOL_UDS[] = "uds";
    44 static const char PROTOCOL_SCTP[] = "sctp";
    45 static const char PROTOCOL_SCTP[] = "sctp";