We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafd766 commit c1f6ba2Copy full SHA for c1f6ba2
2 files changed
deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
@@ -36,7 +36,7 @@
36
*
37
* Version number of the ngtcp2 library release.
38
*/
39
-#define NGTCP2_VERSION "1.22.0"
+#define NGTCP2_VERSION "1.22.1"
40
41
/**
42
* @macro
@@ -46,6 +46,6 @@
46
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
47
* becomes 0x010203.
48
49
-#define NGTCP2_VERSION_NUM 0x011600
+#define NGTCP2_VERSION_NUM 0x011601
50
51
#endif /* !defined(NGTCP2_VERSION_H) */
deps/ngtcp2/ngtcp2/lib/ngtcp2_qlog.c
@@ -902,7 +902,7 @@ void ngtcp2_qlog_pkt_sent_end(ngtcp2_qlog *qlog, const ngtcp2_pkt_hd *hd,
902
void ngtcp2_qlog_parameters_set_transport_params(
903
ngtcp2_qlog *qlog, const ngtcp2_transport_params *params, int server,
904
ngtcp2_qlog_side side) {
905
- uint8_t buf[1024];
+ uint8_t buf[2048];
906
uint8_t *p = buf;
907
const ngtcp2_preferred_addr *paddr;
908
const ngtcp2_sockaddr_in *sa_in;
0 commit comments