Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-08-04 02:32:53 +0300
committerJames M Snell <jasnell@gmail.com>2020-08-10 17:52:09 +0300
commit5b6cd6fa1a0b54393d96ee0b34bd5d9334a9faec (patch)
treede23f87c62fe2929526efdfb1aa93592a8260c3e /doc/api/quic.md
parentf75e69a94bef9246c24b0494485421c8f4741177 (diff)
quic: use the SocketAddressLRU to track validation status
PR-URL: https://github.com/nodejs/node/pull/34618 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/quic.md')
-rw-r--r--doc/api/quic.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/quic.md b/doc/api/quic.md
index 6969a43ec9f..4feba4d2bb5 100644
--- a/doc/api/quic.md
+++ b/doc/api/quic.md
@@ -288,11 +288,6 @@ added: REPLACEME
* `validateAddress` {boolean} When `true`, the `QuicSocket` will use explicit
address validation using a QUIC `RETRY` frame when listening for new server
sessions. Default: `false`.
- * `validateAddressLRU` {boolean} When `true`, validation will be skipped if
- the address has been recently validated. Currently, only the 10 most
- recently validated addresses are remembered. Setting `validateAddressLRU`
- to `true`, will enable the `validateAddress` option as well. Default:
- `false`.
The `net.createQuicSocket()` function is used to create new `QuicSocket`
instances associated with a local UDP address.