hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
author hgs
Thu, 13 May 2010 23:59:27 +0300
changeset 20 a71a3e32a2ae
parent 0 a03f92240627
permissions -rw-r--r--
201019

### IPCOMM plugin parameters


# Local TCP/IP port where to listen for incoming HTI connection.
# If defined remote host & port parameters will be ignored.
#
# NOTE: Do not use the same port as HtiGateway!
#
#LOCAL_PORT=3000


# Remote TCP/IP host & port where HTI is listening.
#
REMOTE_HOST=localhost
REMOTE_PORT=3000


# Buffer size used for receiving data
# Default value is 8*1024 bytes (8KB)
#
#RECV_BUFFER_SIZE=8192