aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/ngtcp2/ChangeLog
blob: 90501bdbef7a7f2c81b41e2eecd88a61ee6635d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
commit 9accf8d7803f874eaf418ec8988a67aa34ed193e
Author:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
AuthorDate: 2024-10-17
Commit:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
CommitDate: 2024-10-17

    Bump package and library versions

commit 84833ccc39ce7901c7f41d3d05e2d09c3a66e71a
Author:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
AuthorDate: 2024-10-12
Commit:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
CommitDate: 2024-10-17

    Add test for ACK padding

commit 29209046dc3cbba4ccad36062dfa54ac34b8ffc3
Author:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
AuthorDate: 2024-10-11
Commit:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
CommitDate: 2024-10-17

    Fix minimum packet size computation
    
    The Connection ID used in minimum packet size computation should be
    Connection ID length that a local endpoint is generated and sends to a
    remote endpoint.
    
    Merge ngtcp2_ppe_padding_hp_sample to ngtcp2_ppe_padding_size to
    ensure that minimum packet size is always honored.

commit 2683ec782e9bdb7a1d6800d611a7a8f87dff8219
Author:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
AuthorDate: 2024-10-11
Commit:     Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
CommitDate: 2024-10-17

    Do not count PADDING to CWND if it is added to make minimum sized packet
    
    Otherwise, we ended up cwnd-limited situation, and if ACKs from remote
    is lost frequently, local endpoint is unable to send any ack eliciting
    packet.