Commit 6d2811f
committed
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: #47927
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>1 parent 9c37c64 commit 6d2811fCopy full SHA for 6d2811f
File tree
Expand file treeCollapse file tree
25 files changed
+3595
-202
lines changedOpen diff view settings
Filter options
- src
- quic
- test/sequential
Expand file treeCollapse file tree
25 files changed
+3595
-202
lines changedOpen diff view settings
Collapse file
+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
340 | 340 | |
341 | 341 | |
342 | 342 | |
| 343 | + |
343 | 344 | |
344 | 345 | |
345 | 346 | |
| 347 | + |
346 | 348 | |
347 | 349 | |
348 | 350 | |
| 351 | + |
349 | 352 | |
| 353 | + |
350 | 354 | |
351 | 355 | |
352 | 356 | |
| 357 | + |
353 | 358 | |
354 | 359 | |
355 | 360 | |
| 361 | + |
356 | 362 | |
357 | 363 | |
358 | 364 | |
| 365 | + |
359 | 366 | |
| 367 | + |
360 | 368 | |
361 | 369 | |
362 | 370 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
| 66 | + |
| 67 | + |
66 | 68 | |
67 | 69 | |
68 | 70 | |
|
0 commit comments