Skip to content

Commit

Permalink
[core] Fix comments
Browse files Browse the repository at this point in the history
There is a typo in the comment, and specify the configuration value
in comment has the risk of out of sync with source code.
  • Loading branch information
quink-black authored and maxsharabayko committed May 10, 2021
1 parent 41348e8 commit 514f61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/socketconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ struct CSrtConfigSetter<SRTO_TRANSTYPE>
// File transfer mode:
// - tsbpd: off
// - latency: 0
// - linger: 2 minutes (180s)
// - linger: on
// - congctl: file (original UDT congestion control)
// - extraction method: stream (reading call extracts as many bytes as available and fits in buffer)
co.bTSBPD = false;
Expand Down

0 comments on commit 514f61e

Please sign in to comment.