0
Files
src/net
Kenichi Ishibashi 4c0b37cc4a Don't use stale DNS results after network changes
ServiceEndpointRequest supports stale entries as intermediate
endpoints, but we should not use cached entries after network changes
happen. Exclude stale results due to network changes.

See the design document [1] for the motivation.

[1] https://docs.google.com/document/d/1EgyiGrLmW1yMSA8RH0VWf8JYcT6Og2E1pbDYSMR84ys/edit?usp=sharing

Bug: 383174960
Change-Id: I024176a01456f7c43d3099d2504acfcb8626f665
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6406674
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1439246}
2025-03-28 00:27:06 -07:00
..
2025-02-27 10:02:31 -08:00
2025-03-27 17:21:19 -07:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.