OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TcpFeedback
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
tcp.cc
46
new
TcpFeedback
(flow_id_, now_ms * 1000, corrected_send_time_ms, acks_);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h
182
class
TcpFeedback
: public FeedbackPacket {
184
TcpFeedback
(int flow_id,
190
virtual ~
TcpFeedback
() {}
packet_sender.cc
404
const
TcpFeedback
* tcp_fb = static_cast<const
TcpFeedback
*>(fb);
Completed in 80 milliseconds