Change "hybrid mode" to "|kNack| mode" in comments.

R=stefan@webrtc.org
BUG=none
TEST=none

Review URL: https://webrtc-codereview.appspot.com/56549004

Cr-Commit-Position: refs/heads/master@{#9385}
This commit is contained in:
Wan-Teh Chang
2015-06-05 13:16:45 -07:00
parent d7da120b40
commit f291287a7e
2 changed files with 3 additions and 3 deletions

View File

@ -820,7 +820,7 @@ void VCMJitterBuffer::SetNackMode(VCMNackMode mode,
low_rtt_nack_threshold_ms_ = low_rtt_nack_threshold_ms;
high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms;
// Don't set a high start rtt if high_rtt_nack_threshold_ms_ is used, to not
// disable NACK in hybrid mode.
// disable NACK in |kNack| mode.
if (rtt_ms_ == kDefaultRtt && high_rtt_nack_threshold_ms_ != -1) {
rtt_ms_ = 0;
}