hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
branchRCL_3
changeset 19 07b41fa8d1dd
parent 18 3406c99bc375
child 20 ca8a1b6995f6
equal deleted inserted replaced
18:3406c99bc375 19:07b41fa8d1dd
     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