-- OISCPConstantsAdditions.mesa. Last edited by BLyon, March 13, 1981 10:52 AM
-- Magic numbers for the OIS communication (transport) protocols.
-- This file should be merged with OISCPConstants at appropriate times.

DIRECTORY
SpecialSystem USING [SocketNumber];

OISCPConstantsAdditions: DEFINITIONS =
BEGIN

-- Well known sockets.
pupAddressTranslation: SpecialSystem.SocketNumber = [9];

END..