hti/PC_Tools/HTIGateway/HtiGateway/ini/HtiGateway.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:35:04 +0300
branchRCL_3
changeset 9 7e287c5c61f0
parent 0 a03f92240627
permissions -rw-r--r--
Revision: 201013 Kit: 201015

### HtiGateway parameters
# TCP/IP port number
TCPIP_PORT = 2000

# TCP/IP receive buffer size in bytes (dec)
TCPIP_RECV_BUFFER_SIZE = 8192

# Default communication channel plugin
DEFAULT_COMM_CHANNEL_PLUGIN = SERIAL
#DEFAULT_COMM_CHANNEL_PLUGIN = IPCOMM

# Maximum time in milliseconds to wait shutdown
# NOTE: 0 means no waiting. This may cause
#       undefined behaviour.
MAXIMUM_SHUTDOWN_WAITTIME = 3000