hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 ### IPCOMM plugin parameters
       
     2 
       
     3 
       
     4 # Local TCP/IP port where to listen for incoming HTI connection.
       
     5 # If defined remote host & port parameters will be ignored.
       
     6 #
       
     7 # NOTE: Do not use the same port as HtiGateway!
       
     8 #
       
     9 #LOCAL_PORT=3000
       
    10 
       
    11 
       
    12 # Remote TCP/IP host & port where HTI is listening.
       
    13 #
       
    14 REMOTE_HOST=localhost
       
    15 REMOTE_PORT=3000
       
    16 
       
    17 
       
    18 # Buffer size used for receiving data
       
    19 # Default value is 8*1024 bytes (8KB)
       
    20 #
       
    21 #RECV_BUFFER_SIZE=8192