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

ChannelOption.MaxPacketSize

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The option to set the maximum packet size allowed for a channel.

It is possible to set a maximum packet size for a connection in the transport layer using the ConnectionConfig class, and globally using the GlobalConfig class. This option allows the maximum packet size for an individual channel to be set. This can only be set to less than the connection's maximum packets size, not more. This can only be done before sending any data on the connection.

Did you find this page useful? Please give it a rating: