| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 147150c commit 5ca7ef3
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,7 @@ emitExperimentalWarning('quic'); | |||
| 8 | 8 | const { | |
| 9 | 9 | connect, | |
| 10 | 10 | listen, | |
| 11 | + listEndpoints, | ||
| 11 | 12 | QuicEndpoint, | |
| 12 | 13 | QuicError, | |
| 13 | 14 | QuicSession, | |
@@ -34,6 +35,7 @@ const constants = { | |||
| 34 | 35 | module.exports = { | |
| 35 | 36 | connect, | |
| 36 | 37 | listen, | |
| 38 | + listEndpoints, | ||
| 37 | 39 | QuicEndpoint, | |
| 38 | 40 | QuicError, | |
| 39 | 41 | QuicSession, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,3 @@ | |||
| 1 | - #include "nghttp3/lib/nghttp3_conn.h" | ||
| 2 | 1 | #if HAVE_OPENSSL && HAVE_QUIC | |
| 3 | 2 | #include "guard.h" | |
| 4 | 3 | #ifndef OPENSSL_NO_QUIC | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ const callbacks = { | |||
| 15 | 15 | onEndpointClose() {}, | |
| 16 | 16 | onSessionNew() {}, | |
| 17 | 17 | onSessionClose() {}, | |
| 18 | + onSessionApplication() {}, | ||
| 18 | 19 | onSessionDatagram() {}, | |
| 19 | 20 | onSessionDatagramStatus() {}, | |
| 20 | 21 | onSessionHandshake() {}, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments