File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -397,10 +397,9 @@ class ISteamNetworkingSockets
397397 // / lanes may be sent out of order. Each lane has its own message number
398398 // / sequence. The first message sent on each lane will be assigned the number 1.
399399 // /
400- // / Each lane has a "priority". Lower priority lanes will only be processed
401- // / when all higher-priority lanes are empty. The magnitudes of the priority
402- // / values are not relevant, only their sort order. Higher numeric values
403- // / take priority over lower numeric values.
400+ // / Each lane has a "priority". Lanes with higher numeric values will only be processed
401+ // / when all lanes with lower number values are empty. The magnitudes of the priority
402+ // / values are not relevant, only their sort order.
404403 // /
405404 // / Each lane also is assigned a weight, which controls the approximate proportion
406405 // / of the bandwidth that will be consumed by the lane, relative to other lanes
You can’t perform that action at this time.
0 commit comments