DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T

⟦44f15eac7⟧ TextFile

    Length: 1559 (0x617)
    Types: TextFile
    Names: »TRANSPORT_SERVICES«

Derivation

└─⟦8ee07855d⟧ Bits:30000545 8mm tape, Rational 1000, DTIA 2_1_6
    └─ ⟦0c25cb74a⟧ »DATA« 
        └─⟦0182c9918⟧ 
            └─⟦this⟧ 
└─⟦d0624311f⟧ Bits:30000529 8mm tape, Rational 1000, DTIA 2_1_7
    └─ ⟦f494b5154⟧ »DATA« 
        └─⟦3ddce7122⟧ 
            └─⟦this⟧ 

TextFile

TCP/IP 2000  DTIA -- Rational DTIA Remote_Operations server

-- This file defines services accessible via Rational Networking.
-- Each non-empty line contains
--   * a Transport_Defs.Network_Name,
--   * a Transport_Defs.Socket_Id,
--   * a service name, and
--   * optionally a machine name;
-- in that order, separated by white space (blanks or tab characters).
-- Characters from "--" to the end of the line are a comment.  A
-- Network_Name, Socket_Id, service name or machine name must not
-- contain any white space or the character sequence "--".  The
-- Transport_Defs.Socket_Id is in decimal dotted notation; that is,
-- a sequence of non-negative decimal integers separated by periods.
-- Each integer represents one or more bytes, as minimally required to
-- represent that integer in binary form, most significant byte first.
-- For example, 258 and 1.2 represent the same Socket_Id, which is
-- expressed in Ada as (1,2).  A service name or a machine name should
-- be a valid Ada identifier.  The case (upper or lower) of a service
-- name or a machine name is not significant.

-- A line signifies that the named service is available via the given
-- network at the given socket in the given machine, specifically;
-- if no machine name is given, the line signifies that the named service
-- is available via the given network at the given socket in all machines
-- not specifically named in other lines.

-- Some (perhaps most) services are defined here for reference only:
-- their network and socket cannot be changed by modifying this file.