PupStreamBackdoor.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Doug Wyatt, June 10, 1986 6:08:10 pm PDT
When all confusion about large vs. small buffers is resolved, this interface should go away.
DIRECTORY
PupType USING [maxNewGatewayBytes, maxOldGatewayBytes];
PupStreamBackdoor: CEDAR DEFINITIONS ~ {
maxOldGatewayBytes: NAT ~ PupType.maxOldGatewayBytes;
maxNewGatewayBytes: NAT ~ PupType.maxNewGatewayBytes;
SetMaxBufferSize: PROC [size: NAT];
}.