hti/PC_Tools/HTIGateway/HtiGateway/ini/HtiGateway.ini
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 ### HtiGateway parameters
       
     2 # TCP/IP port number
       
     3 TCPIP_PORT = 2000
       
     4 
       
     5 # TCP/IP receive buffer size in bytes (dec)
       
     6 TCPIP_RECV_BUFFER_SIZE = 8192
       
     7 
       
     8 # Default communication channel plugin
       
     9 DEFAULT_COMM_CHANNEL_PLUGIN = SERIAL
       
    10 #DEFAULT_COMM_CHANNEL_PLUGIN = IPCOMM
       
    11 
       
    12 # Maximum time in milliseconds to wait shutdown
       
    13 # NOTE: 0 means no waiting. This may cause
       
    14 #       undefined behaviour.
       
    15 MAXIMUM_SHUTDOWN_WAITTIME = 3000