hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 16:17:58 +0300
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
permissions -rw-r--r--
Revision: 201039 Kit: 201041

### 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