property RecordSizeLimit: integer;

 

Description

Determines the maximum size (in bytes) of the record layer packet transferred between the client and server. The server will split the data into packets that do not exceed that maximum allowed size. The server also verifies that packets received from the client do not exceed the maximum size. If a packet exceeds the maximum size, it is considered invalid, and the server closes the session.

When RecordSizeLimit is set to 0, standard TLS packet size (2^14 bytes) will be applied.

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support