RPCTimeouts.mesa
RPCTimeouts: Should be folded into RPC or some other public interface, next interface party.
Allows the setting of per-Conversation timeouts.
Copyright © 1986 by Xerox Corporation. All rights reserved.
Swinehart, November 24, 1986 7:20:39 am PST
DIRECTORY RPC USING[ Conversation ], RPCInternal USING [ TimeoutEnable ];
RPCTimeouts: CEDAR DEFINITIONS = {
SetMaxTransmissions: PROC[
conversation: RPC.Conversation,
maxTransmissions: CARDINAL𡤀,
timeoutEnable: RPCInternal.TimeoutEnable ← dontCare
];
}.
Swinehart, November 22, 1986 3:38:14 pm PST
Created to allow per-Conversation timeouts