hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini
changeset 36 813b186005b6
parent 30 86a2e675b80a
child 41 838cdffd57ce
--- a/hti/PC_Tools/HTIGateway/HtiGateway/ini/ipcommplugin.ini	Mon Jun 28 15:36:07 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