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-05-13 01:17:42 +0300
committerJames M Snell <jasnell@gmail.com>2020-06-16 16:56:06 +0300
commita808cb76ce1d2f18f354ced39f41f4a4e92b4ec9 (patch)
tree423908ac472d6e0cdd03ca5089e7a43f8db600f3 /src/node_binding.cc
parentb371213d3d2b499f0392af2103cf45262e1042d3 (diff)
test: add common/udppair utility
Extracted from the QUIC PR. This adds a utility used to deterministically test UDP traffic. It is currently only used by the experimental QUIC implementation. Separated out on request to make review easier. PR-URL: https://github.com/nodejs/node/pull/33380 Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'src/node_binding.cc')
-rw-r--r--src/node_binding.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_binding.cc b/src/node_binding.cc
index 719ae957706..99fd69819f9 100644
--- a/src/node_binding.cc
+++ b/src/node_binding.cc
@@ -52,6 +52,7 @@
V(http_parser) \
V(inspector) \
V(js_stream) \
+ V(js_udp_wrap) \
V(messaging) \
V(module_wrap) \
V(native_module) \