hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
branchRCL_3
changeset 19 07b41fa8d1dd
parent 18 3406c99bc375
child 20 ca8a1b6995f6
--- a/hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini	Thu Jul 15 20:25:38 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-### 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