Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b7e0ce8cafc16a2dfd4c4245f870b3c68d32594b
https://github.com/WebKit/WebKit/commit/b7e0ce8cafc16a2dfd4c4245f870b3c68d32594b
Author: Youenn Fablet <[email protected]>
Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths:
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCTCPSocketCocoa.h
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCTCPSocketCocoa.mm
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCUDPSocketCocoa.mm
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCUtilitiesCocoa.h
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCUtilitiesCocoa.mm
Log Message:
-----------
[WebRTC] traffic class should be set to VI if service class is set to VI
rdar://165386600
https://bugs.webkit.org/show_bug.cgi?id=303083
Reviewed by Jean-Yves Avenard.
When we set service class to video interactive, we also need to set traffic to
video interactive,
so as to benefit from network slicing.
For now, we force traffic class to video interactive when service class is
enabled.
In the future, we might finetune this heuristic based on
https://github.com/w3c/webrtc-extensions/pull/247.
Canonical link: https://commits.webkit.org/303528@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications