Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit e38bc0a

Browse files
author
Rain Liu
committed
make TYPE_TCC_DELTA_SCALE_FACTOR pub
1 parent 0d2c714 commit e38bc0a

File tree

1 file changed

+1
-1
lines changed
  • src/transport_feedbacks/transport_layer_cc

1 file changed

+1
-1
lines changed

src/transport_feedbacks/transport_layer_cc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ const PACKET_CHUNK_OFFSET: usize = 16;
428428
const TYPE_TCC_STATUS_VECTOR_CHUNK: usize = 1;
429429

430430
/// https://tools.ietf.org/html/draft-holmer-rmcat-transport-wide-cc-extensions-01#section-3.1.5
431-
const TYPE_TCC_DELTA_SCALE_FACTOR: i64 = 250;
431+
pub const TYPE_TCC_DELTA_SCALE_FACTOR: i64 = 250;
432432

433433
// Notice: RFC is wrong: "packet received" (0) and "packet not received" (1)
434434
// if S == TYPE_TCCSYMBOL_SIZE_ONE_BIT, symbol list will be: TypeTCCPacketNotReceived TypeTCCPacketReceivedSmallDelta

0 commit comments

Comments
 (0)