hti/HtiCommPlugins/HtiIPCommPlugin/group/HTIIPComm.cfg
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 # HTIIPComm configuration file
       
     2 
       
     3 # Internet Access Point (IAP) used for creating a connection.
       
     4 # IAP can be identified by id or name.
       
     5 #
       
     6 # If both are defined IAP id will be used.
       
     7 
       
     8 # Public S60 3rd emulator
       
     9 #IAPId=3
       
    10 #IAPName=Winsock
       
    11 
       
    12 # S60 3.x emulator
       
    13 # http://s60wiki.nokia.com/S60Wiki/3.0_Emulator_LAN_connection
       
    14 IAPName=Ethernet with Daemon Dynamic IP
       
    15 
       
    16 # S60 3.x hardware
       
    17 #IAPName=Easy WLAN
       
    18 
       
    19 
       
    20 # Local port where to start listening for incoming connections.
       
    21 #
       
    22 # If local port is defined (or set to zero) the comm plugin will start listening
       
    23 # for incoming connections and if not it plugin will start connecting
       
    24 # to the remote host.
       
    25 #
       
    26 LocalPort=3000
       
    27 
       
    28 
       
    29 # Remote host & port where to connect.
       
    30 #
       
    31 #RemoteHost=localhost
       
    32 #RemotePort=3000
       
    33 
       
    34 
       
    35 # Timeout in seconds when trying to connect to remote host.
       
    36 # If timeout is set to zero there will be no timeout.
       
    37 #
       
    38 # Default value is 30 seconds
       
    39 #
       
    40 #ConnectTimeout=30