Notes.ini Entry



Name:

    TCPIP(n)

Syntax

    TCPIP(n)=String

Applies to:

    Workstations and/or Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Network, Ports

        Default:

          None

        UI equivalent:

          None

        Description:
        Configuration for a TCPIP port.

        Examples: TCPIP1=TCP,0,15,0,,12288

        TCPIP=TCP, 0, 15, 0 [,,x] <----------- This is the setup for your TCP Port
        .......|...|..|... Application Data buffer size (0 is default which = 8000)
        .......|...|..Placeholder not used by TCP
        .......|...Placeholder not used by TCP
        .......This is the port driver name

        The last parameter x ([,,x] above) can be decoded as follows:
        0 X 8000 Encryption is enabled

        0 X 0020 Compression is requested
        0 X 4000 driver is internal
        0 X 2000 no-op
        0 X 1000 always for V2 and V3
        0 X 0002 set to log modem I/O
        0 X 0004 set to enable RTS/CTS


        Selection NOTES.INI parameter
        Nothing TCPIP=TCP,0,15,0,,12288,
        Compression only TCPIP=TCP,0,15,0,,12320,
        Encryption only TCPIP=TCP,0,15,0,,45056,
        Both TCPIP=TCP,0,15,0,,45088,