OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_sent
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc
55
void HybridSlowStart::StartReceiveRound(QuicPacketSequenceNumber
last_sent
) {
56
DVLOG(1) << "Reset hybrid slow start @" <<
last_sent
;
58
end_sequence_number_ =
last_sent
;
hybrid_slow_start.h
54
void StartReceiveRound(QuicPacketSequenceNumber
last_sent
);
send_algorithm_simulator.cc
31
last_sent
(0),
328
++sender->
last_sent
;
329
DVLOG(1) << "Sending packet:" << sender->
last_sent
334
sender->
last_sent
, kPacketSize, HAS_RETRANSMITTABLE_DATA);
346
DVLOG(1) << "losing packet:" << sender->
last_sent
360
sender->
last_sent
, clock_->Now(), ack_time, packet_lost, transfer));
362
DVLOG(1) << "losing packet:" << sender->
last_sent
send_algorithm_simulator.h
58
QuicPacketSequenceNumber
last_sent
;
member in struct:net::SendAlgorithmSimulator::Sender
/external/chromium_org/media/cast/test/utility/
netload.py
38
last_sent
= 0
46
sent_mbps = ((sent_now -
last_sent
) * 8.0 / 1000000) / delta
50
last_sent
= sent_now
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc
407
long
last_sent
= 0;
local
423
static_cast<int>((*it)->sent_timestamp_in_us_ -
last_sent
);
452
last_sent
= (*it)->sent_timestamp_in_us_;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c
[
all
...]
Completed in 261 milliseconds