Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ChannelOption.AllowFragmentation

Description

The option to allow packet fragmentation for a channel.

The transport layer has a MTU packet size limit of about 1400 bytes. This option allows larger packets sent on NetworkConnections to be automatically fragmented so that they can be sent with the transport layer. The limit for these packets is 64K. This type of packet fragmentation can lead to additional delays in the delivery of packets and additional memory usage. This is only allowed for reliable, sequenced channels.