-- 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
NSAddress USING [SocketNumber];

OISCPConstantsAdditions: DEFINITIONS =
BEGIN

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

END..

(635)\3b23B244b23B