chromiumコミット
all commits: https://chromium-review.googlesource.com/q/momoka
Implement WebSockets over HTTP/3
- Issue tracker https://bugs.chromium.org/p/chromium/issues/detail?id=1286832
- Work in Progress
IPv4 to IPv6 address synthesis described in RFC6052.
- Implemented a feature where Chrome will do IPv4 to IPv6 synthesis when trying to connect to an IPv4 addresss literal on a IPv6 only network.
- https://momoka0122y.hatenablog.com/entry/2022/09/12/024202
Add a chrome://flag kOmitCorsClientCert
- Add feature flag to omit credentials from CORS preflight.
- https://chromium-review.googlesource.com/c/chromium/src/+/3492307
- This is a preliminary CL to resolve issue 775438.
QUIC: SetDoNotFragment() supports on mac and ios
-
The Do not Fragment bit had not been set on MacOS when sending QUIC packets. This change adds setsockopt(IP_DONTFRAG) for MacOS to the SetDoNotFragment() method so QUIC packets on Mac can have the DF bit set.
-
https://chromium-review.googlesource.com/c/chromium/src/+/3525654
IETF datatracker
Active Drafts (2)
外部ブログ
APNICブログ
With this implementation, #IPv6-only recursive resolvers will be able to send queries to #IPv4-only authoritative #nameservers. Learn more here: https://t.co/aXoTGWnRja@momoka0122y) pic.twitter.com/K6wINg4L6T
— APNIC (@apnic) 2023年2月9日
IETF参加記ブログ
Making new connections: Read about a first-time participant's experience at the #IETF115 meeting, including presenting new work on #IPv6, meeting both long-time and new IETF participants (including outside working sessions), and plans for #IETF116: https://t.co/hG5wl8j9uh pic.twitter.com/S8YvviWe36
— @IETF (@ietf) 2022年12月6日
dns-oarc
GitHub