Contents

setMaxPayloadSize

Sets max payload size for the ORB.

Declaration

virtual void setMaxPayloadSize(
 UInt32maxPayloadSize );

Parameters

  • maxPayloadSize:

    The maximum payload size in bytes.

Overview

This sets the maximum payload size for this ORB only. This size is clipped by the global max payload size set in the login object.

See Also

Miscellaneous