Sign in
webrtc
/
src
/
/
c95ad5fe9dcba3fa4a1e9625670bc2cd6c31dfff
/
modules
/
pacing
/
bitrate_prober_unittest.cc
54199f9
Ensure a second probe can be sent immediately
by Per K
· 2 years ago
d742382
Limit numer of pending probes.
by Per Kjellander
· 2 years, 4 months ago
bd0e8ef
Make it possible to set the packet size needed to trigger a probe.
by Per Kjellander
· 2 years, 6 months ago
ffd99aa
Set default for field value "WebRTC-Bwe-ProbingBehavior/min_probe_delta:2ms"
by Per Kjellander
· 2 years, 7 months ago
a204ad2
clean up misc TimeDelta use
by Philipp Hancke
· 2 years, 7 months ago
88af203
Use ProbeClusterConfig in BitrateProber from GoogCC
by Per Kjellander
· 2 years, 10 months ago
b9d3809
Allows bitrate prober to discard delayed probes, unit type refactorings
by Erik Språng
· 4 years, 8 months ago
4bdd873
Make BitrateProber::IsProbing() inline.
by Erik Språng
· 5 years ago
cad3e0e
Replace DataSize and DataRate factories with newer versions
by Danil Chapovalov
· 5 years ago
5528402
Use newer version of TimeDelta and TimeStamp factories in modules/
by Danil Chapovalov
· 5 years ago
b210eeb
Reland "Refactors BitrateProber with unit types and absolute probe time."
by Erik Språng
· 5 years ago
bb56d4b
Revert "Refactors BitrateProber with unit types and absolute probe time."
by Erik Språng
· 5 years ago
739a5b3
Refactors BitrateProber with unit types and absolute probe time.
by Erik Språng
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
24923e8
Make some constants in the bitrate prober configurable.
by Jonas Olsson
· 6 years ago
c39f462
Move RtcEventProbeClusterCreated to the network controller.
by Piotr (Peter) Slatala
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
8584667
Fix overflow for high bitrates in BitrateProber
by Johannes Kron
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
adf4c16
Removed Reset from BitrateProber.
by srte
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/modules/pacing/bitrate_prober_unittest.cc]
c7bf32a
Propagate packet pacing information to SenTimeHistory.
by philipel
· 8 years ago
0e3213a
Fix bug in BitrateProber where an old probe added at a high bitrate will stay active indefinitely if the bandwidth estimate becomes too low to probe at that bitrate.
by Stefan Holmer
· 8 years ago
f00497c
Improve bitrate probing for the audio-only case.
by stefan
· 8 years ago
6dbbd89
Fix BitrateProber to match the requested bitrate more precisely
by sergeyu
· 8 years ago
ebfbc8e
Revert of Fix BitrateProber to match the requested bitrate more precisely (patchset #4 id:60001 of https://codereview.webrtc.org/2613543003/ )
by sprang
· 8 years ago
599c501
Fix BitrateProber to match the requested bitrate more precisely
by sergeyu
· 8 years ago
fd58b61
BitrateProber::CreateProbeCluster now only accept one parameter (bitrate_bps).
by philipel
· 8 years ago
cc5903e
BitrateProber: Support higher probing bitrates
by isheriff
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
eb680ea
CongestionController::SetBweBitrates may now trigger probing.
by philipel
· 9 years ago
4a1ec1e
Added ProbeBitrate(bitrate_bps, num_probes) to BitrateProber.
by philipel
· 9 years ago
6e11efa
Bitrate prober and paced sender improvements
by Irfan Sheriff
· 9 years ago
dd32486
Bitrate prober now keep track of probing cluster id.
by philipel
· 9 years ago
0453ef8
Prevent busy-looping PacedSender on small packets.
by Peter Boström
· 9 years ago
e9f0f59
Enable bitrate probing by default in PacedSender.
by stefan@webrtc.org
· 10 years ago
d839e0a
Reduce to 2 probes when probing for initial bandwidth.
by stefan@webrtc.org
· 10 years ago
82462aa
Adds support for sending first set of packets at increasingly higher bitrates to probe the link and faster ramp up to a high bitrate.
by stefan@webrtc.org
· 10 years ago