Skip to content
Tirpitz93 edited this page Jun 27, 2015 · 2 revisions

Example config file:

    #commented line: the rest of this line after "#" will be discarded

    [test]                       #socket name used to identify socket
    timeout = 1000               #timeout in milliseconds
    address = 127.0.0.1:9999     #socket address in format ip:port or domain:port
    protocol = 1                 #protocol, used to check whether a socket is being created in the intended type. TCP =1, UDP =2
    
    [udp]                         #socket name
    timeout = 10000               #timeout in milliseconds
    address = 127.0.0.1:9999      #socket address in format ip:port or domain:port
    protocol = 2                  #protocol, used to check whether a socket is being created in the intended type

Clone this wiki locally