hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
changeset 38 169364e7e4b4
parent 34 7259cf1302ad
child 45 185201be11b0
equal deleted inserted replaced
34:7259cf1302ad 38:169364e7e4b4
     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