author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 14 Apr 2010 17:35:04 +0300 | |
branch | RCL_3 |
changeset 9 | 7e287c5c61f0 |
parent 0 | a03f92240627 |
permissions | -rw-r--r-- |
### 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