./net/ngtcp2, Implements RFC9000 QUIC protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.1, Package name: ngtcp2-0.13.1, Maintainer: pkgsrc-users

ngtcp2 project is an effort to implement RFC9000 QUIC protocol.


Master sites:

Filesize: 568.762 KB

Version history: (Expand)


CVS history: (Expand)


   2023-02-15 19:07:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ngtcp2: updated to 0.13.1

ngtcp2 v0.13.1

Workaround Handshake packet deadlock by exceeding CWND limit
Fix bug that a remote uni stream never be closed

ngtcp2 v0.13.0

Add section to describe how to associate Connection ID to ngtcp2_conn
server: Cleanup Connection ID association
Remove TLS lib version to make the maintenance easier
bbr2: Fix assertion failure
Picotls keylog
Add const qualifier to some array fields
Make token a pair of pointer to const uint8_t and its size
Add final QUIC version 2 support
examples: Format QUIC version in hex string
Make hard-coded static library suffix optional
Update Version Negotiation to draft-14
Remove QUIC version 2 draft
Clarify server behavior when negotiating version with preferred_versions
examples: Use std::fixed for timer value
Bump boringssl
Remove sphinx theme bundle
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2022-12-03 17:02:29 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
ngtcp2: added version 0.11.0

ngtcp2 project is an effort to implement RFC9000 QUIC protocol.