Introduce QuicDatagramQueue::Observer Introduce an observer which is notified when a datagram in the associated queue is sent to the network or expires, in order to give the backpressure information to the user of the queue. Bug: https://crbug.com/114921 Protected by FLAGS_gfe2_reloadable_flag_report_frontline_vip. PiperOrigin-RevId: 343224979 Change-Id: I9ed2b22118b2aedeb0ec2ef194b92af777af3d15
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.