aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/receiver.h')
-rw-r--r--cast/streaming/receiver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/receiver.h b/cast/streaming/receiver.h
index 057c56d8..66edb7d5 100644
--- a/cast/streaming/receiver.h
+++ b/cast/streaming/receiver.h
@@ -346,8 +346,8 @@ class Receiver {
// The interval between sending ACK/NACK feedback RTCP messages while
// incomplete frames exist in the queue.
//
- // TODO(miu): This should be a function of the current target playout delay,
- // similar to the Sender's kickstart interval logic.
+ // TODO(jophba): This should be a function of the current target playout
+ // delay, similar to the Sender's kickstart interval logic.
static constexpr std::chrono::milliseconds kNackFeedbackInterval{30};
};