mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
quic: add additional implementation
* add QUIC_SESSION and QUIC_STREAM to AsyncWrap * update definitions in quic/bindingdata.h * fixup minor discrepancies in cid.h/cid.cc * add convenience operator in struct Path * fixup defs.h macro definitions * fixups in quic/preferredaddress.h/cc * fixups in src/quic/tokens.h/cc * fixups in quic/transportparams.h/cc * fixups in quic/tlscontext.h/cc * add quic/streams.h/cc placeholder * add quic session/application implementation PR-URL: https://github.com/nodejs/node/pull/47927 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
parent
9c37c64986
commit
6d2811fbf2
25 changed files with 3599 additions and 206 deletions
|
@ -70,6 +70,8 @@ const { getSystemErrorName } = require('util');
|
|||
delete providers.QUIC_PACKET;
|
||||
delete providers.QUIC_UDP;
|
||||
delete providers.QUIC_ENDPOINT;
|
||||
delete providers.QUIC_SESSION;
|
||||
delete providers.QUIC_STREAM;
|
||||
|
||||
const objKeys = Object.keys(providers);
|
||||
if (objKeys.length > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue