Path to this page:
Subject: CVS commit: pkgsrc/net/ngtcp2
From: Adam Ciarcinski
Date: 2024-06-14 17:25:45
Message id: 20240614152545.4B5D6FC74@cvs.NetBSD.org
Log Message:
ngtcp2: updated to 1.6.0
ngtcp2 v1.6.0
examples: Print negotiated group if TLS stack gives that information
Remove ngtcp2_min and ngtcp2_max
GitHub does not understand :rfc:
Keep-alive packet should trigger PTO
Fix ngtcp2_conn_stat.max_tx_udp_payload_size update
Adjust memory pool allocation units to reduce allocation size
Adjust NGTCP2_ACKTR_MAX_ENT to match NGTCP2_MAX_ACK_RANGES + 1
Allocate ngtcp2_acktr_entry at once not to waste memory
Update doc
Reset pto_count when disarming loss detection timer
Bump boringssl
Bump aws-lc to v1.29.0
Bump picotls
Fix memory leak when stream datacnt gets below allocation threshold
Refactor ngtcp2_frame_chain allocation for ngtcp2_stream
Files: