[webkit-changes] [WebKit/WebKit] 8fa358: Reduce missing ECN logging as it can be very verbo...
youennf
noreply at github.com
Tue Sep 10 23:23:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8fa358f99629b1e21d29ed6faa609f8b8888a39c
https://github.com/WebKit/WebKit/commit/8fa358f99629b1e21d29ed6faa609f8b8888a39c
Author: Youenn Fablet <youenn at apple.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCUDPSocketCocoa.mm
Log Message:
-----------
Reduce missing ECN logging as it can be very verbose on some platforms
rdar://135530047
https://bugs.webkit.org/show_bug.cgi?id=279343
Reviewed by Alex Christensen.
On some platforms, this logging can be very verbose.
We are now only looging it once the UDP connection.
* Source/WebKit/NetworkProcess/webrtc/NetworkRTCUDPSocketCocoa.mm:
(WebKit::NetworkRTCUDPSocketCocoaConnections::ConnectionStateTracker::shouldLogMissingECN const):
(WebKit::NetworkRTCUDPSocketCocoaConnections::ConnectionStateTracker::didLogMissingECN):
(WebKit::getECN):
(WebKit::processUDPData):
Canonical link: https://commits.webkit.org/283465@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list