-
Notifications
You must be signed in to change notification settings - Fork 461
MTU Value is shared across all peers #2671
Copy link
Copy link
Closed
Labels
priority:highThis issue has high priority and we are focusing to resolve itThis issue has high priority and we are focusing to resolve itstat:importedStatus - Issue is tracked internally at UnityStatus - Issue is tracked internally at Unitytype:bugBug ReportBug Report
Metadata
Metadata
Assignees
Labels
priority:highThis issue has high priority and we are focusing to resolve itThis issue has high priority and we are focusing to resolve itstat:importedStatus - Issue is tracked internally at UnityStatus - Issue is tracked internally at Unitytype:bugBug ReportBug Report
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
MTU values are shared across all connected peers, meaning that if the value is negotiated up by the transport, it still can't be upgraded because it would get bumped up for clients that have not yet negotiated the value up.
Reproduce Steps
MaxTransmissionUnitSizeto the new value.Actual Outcome
The MTU is changed for all clients.
Expected Outcome
The MTU should only be changed for the single client in question.
Environment
Additional Context
This is really just a rehashing of #2431 which was closed prematurely. The solution(#2530) is technically correct as long as there is only one connection, which means that it works for clients, but not for servers.