TCPIP$TELNET_HELP.HLB  —  CREATE_SESSION, Qualifiers  /TIMEOUT
       /TIMEOUT
       /NOTIMEOUT

    Optional. Default: /NOTIMEOUT

    o  /TIMEOUT

       Creates a TNA device that has the following connection
       attributes:

       -  NOIDLE-The connection is broken when the device is finally
          deassigned. The device will automatically reconnect when
          data is written to it.

       -  IDLE-Specifies the idle time for the device. If the device
          is idle for at least the specified amount of time (note
          that the time has a granularity of one second), then the
          connection will be broken. Idle means that the device has
          neither received nor sent any data for the idle period.

       -  NORECONNECTION-The device does not automatically retry
          reconnections if they fail.

       -  RECONNECTION-When data is written to the device and
          the device is not connected, this value determines the
          interval between reconnection attempts. For example, if
          an application writes to a TNA with a RECONNECTION-0:1:00,
          and if the first connection attempt fails, then subsequent
          connection attempts will be made in 1-minute intervals.

    o  /NOTIMEOUT

       Creates a TNA device that breaks the connection when the
       device is finally deassigned (the last channel assignment
       is deassigned).
Close Help