mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00

This initial version contains a few tests, testing both lossy, non-lossy and bandwidth limited networks. It uses simulated time, and runs much faster than wall time on release builds, but slower on debug when there is a lot of outstanding data (high throughput) as there are consistency checks on outstanding data. Because of that, some tests had to be disabled in debug build. Bug: webrtc:12943 Change-Id: I9323f2dc99bca4e40558d05a283e99ce7dded7f1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/225201 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35124}
5 lines
83 B
Python
5 lines
83 B
Python
specific_include_rules = {
|
|
"dcsctp_socket_network_test.cc": [
|
|
"+call",
|
|
]
|
|
}
|