Table of Contents

TTMSFNCWXWebRTCDataChannel.MaxRetransmits Property

The maximum number of times the channel retransmits a message before discarding it.

API unit family: TMSFNCWXWebRTC Declaring type: TTMSFNCWXWebRTCDataChannel Type: Integer

Syntax

property MaxRetransmits: Integer;

Default: -1

Remarks

A value of -1 (the default) leaves the retransmit count unlimited. Set either this or MaxPacketLifeTime, not both.