Remove CoDel from webrtc::SimulatedNetwork.

This is unused at the moment and webrtc::SimulatedNetwork is going
through a refactoring, to keep things simple and well tested this CL
removes CoDel but nothing blocks us from re-implementing it when needed.

No-Try: True
Bug: webrtc:14426
Change-Id: Ie7d40d20a66d3939fc7d3251c47e4f13f3869a27
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274407
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38032}
This commit is contained in:
Mirko Bonadei
2022-09-07 15:31:46 +02:00
committed by WebRTC LUCI CQ
parent 871ad523fa
commit 399a2b5ef6
8 changed files with 1 additions and 256 deletions

View File

@ -62,8 +62,6 @@ struct BuiltInNetworkBehaviorConfig {
int avg_burst_loss_length = -1;
// Additional bytes to add to packet size.
int packet_overhead = 0;
// Enable CoDel active queue management.
bool codel_active_queue_management = false;
};
class NetworkBehaviorInterface {