Skip to content

Commit 823ae1f

Browse files
deps: update ngtcp2 to 1.22.1
1 parent 34adeeb commit 823ae1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* Version number of the ngtcp2 library release.
3838
*/
39-
#define NGTCP2_VERSION "1.22.0"
39+
#define NGTCP2_VERSION "1.22.1"
4040

4141
/**
4242
* @macro
@@ -46,6 +46,6 @@
4646
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
4747
* becomes 0x010203.
4848
*/
49-
#define NGTCP2_VERSION_NUM 0x011600
49+
#define NGTCP2_VERSION_NUM 0x011601
5050

5151
#endif /* !defined(NGTCP2_VERSION_H) */

deps/ngtcp2/ngtcp2/lib/ngtcp2_qlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ void ngtcp2_qlog_pkt_sent_end(ngtcp2_qlog *qlog, const ngtcp2_pkt_hd *hd,
902902
void ngtcp2_qlog_parameters_set_transport_params(
903903
ngtcp2_qlog *qlog, const ngtcp2_transport_params *params, int server,
904904
ngtcp2_qlog_side side) {
905-
uint8_t buf[1024];
905+
uint8_t buf[2048];
906906
uint8_t *p = buf;
907907
const ngtcp2_preferred_addr *paddr;
908908
const ngtcp2_sockaddr_in *sa_in;

0 commit comments

Comments
 (0)