index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event
/
quic
/
ngx_event_quic_ack.c
Commit message (
Expand
)
Author
Age
*
QUIC: dynamic packet threshold.
Roman Arutyunyan
2025-04-15
*
QUIC: CUBIC congestion control.
Roman Arutyunyan
2025-04-15
*
QUIC: do not shrink congestion window after losing an MTU probe.
Roman Arutyunyan
2025-04-15
*
QUIC: do not increase underutilized congestion window.
Roman Arutyunyan
2025-04-15
*
QUIC: ngx_msec_t overflow protection.
Roman Arutyunyan
2025-04-15
*
QUIC: prevent spurious congestion control recovery mode.
Roman Arutyunyan
2025-04-15
*
QUIC: use path MTU in congestion window computations.
Roman Arutyunyan
2025-04-15
*
QUIC: graph-friendly congestion control logging.
Roman Arutyunyan
2025-04-15
*
QUIC: prevent deleted stream frame retransmissions.
nandsky
2024-10-08
*
QUIC: path aware in-flight bytes accounting.
Sergey Kandaurov
2023-12-12
*
QUIC: ngx_quic_frame_t time fields cleanup.
Roman Arutyunyan
2023-11-30
*
QUIC: congestion control in ngx_quic_frame_sendto().
Roman Arutyunyan
2023-11-29
*
QUIC: prevented generating ACK frames with discarded keys.
Sergey Kandaurov
2023-10-20
*
QUIC: path MTU discovery.
Roman Arutyunyan
2023-08-14
*
QUIC: fixed probe-congestion deadlock.
Roman Arutyunyan
2023-08-14
*
QUIC: fixed PTO expiration condition.
Roman Arutyunyan
2023-08-01
*
QUIC: avoid accessing freed frame.
Roman Arutyunyan
2023-08-01
*
QUIC: optimized ACK delay.
Roman Arutyunyan
2023-07-27
*
QUIC: fixed rttvar on subsequent RTT samples (ticket #2505).
Sergey Kandaurov
2023-06-12
*
QUIC: fixed post-close use-after-free.
Roman Arutyunyan
2023-05-22
*
QUIC: separated path validation retransmit backoff.
Sergey Kandaurov
2023-05-09
*
QUIC: removed check for in-flight packets in computing PTO.
Sergey Kandaurov
2023-05-09
*
QUIC: defer stream removal until all its data is acked.
Roman Arutyunyan
2022-08-22
*
QUIC: fixed C4334 MSVC warning about 32 to 64 bits conversion.
Sergey Kandaurov
2022-11-22
*
QUIC: fixed indentation.
Sergey Kandaurov
2022-02-16
*
QUIC: introduced explicit stream states.
Roman Arutyunyan
2022-01-31
*
QUIC: switched to integer arithmetic in rtt calculations.
Vladimir Homutov
2021-10-19
*
QUIC: optimized ack range processing.
Vladimir Homutov
2021-10-15
*
QUIC: limit in-flight bytes by congestion window.
Roman Arutyunyan
2021-07-29
*
QUIC: eliminated stream type from ngx_quic_stream_frame_t.
Roman Arutyunyan
2021-07-28
*
QUIC: updated specification references.
Sergey Kandaurov
2021-06-16
*
QUIC: persistent congestion calculation.
Vladimir Homutov
2021-06-09
*
QUIC: generic buffering for stream input.
Roman Arutyunyan
2021-05-05
*
QUIC: connection migration.
Vladimir Homutov
2021-04-29
*
QUIC: renamed stream variables from sn to qs.
Roman Arutyunyan
2021-04-19
*
QUIC: renamed stream field from c to connection.
Roman Arutyunyan
2021-04-19
*
QUIC: ngx_quic_frames_stream_t made opaque.
Sergey Kandaurov
2021-04-13
*
QUIC: separate files for output and ack related processing.
Vladimir Homutov
2021-04-13