Skip to content

Commit b221ac1

Browse files
committed
Fix incorrect comment describing lan priority
Fixes issue #224
1 parent 0a42a43 commit b221ac1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/steam/isteamnetworkingsockets.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)