<> <> <> DIRECTORY IO USING [STREAMRecord], PacketStream USING [Handle]; NetworkStreamInternal: DEFINITIONS = BEGIN <> <> ControlHandle: TYPE = POINTER TO ControlObject; ControlObject: TYPE = RECORD [ streamObject: IO.STREAMRecord, psH: PacketStream.Handle]; <> CloseState: TYPE = { sendClose, waitCloseReply, sendCloseReply, waitCloseReplyReply, closed}; END. LOG Time: January 26, 1980 2:37 PM By: Dalal Action: created file. Time: January 26, 1980 2:37 PM By: Dalal Action: split SPPInternal into two.