Table of Contents

TTMSFNCWXWebRTCDataChannel.MaxPacketLifeTime Property

The maximum time in milliseconds the channel attempts to deliver a message before discarding it.

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

Syntax

property MaxPacketLifeTime: Integer;

Default: -1

Remarks

A value of -1 (the default) leaves the lifetime unlimited. Set either this or MaxRetransmits, not both.