summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-05-12 15:17:42 -0700
committerShelley Vohr <shelley.vohr@gmail.com>2020-06-30 09:34:12 -0700
commita38a4ae0d1e8c57165a1979245a6e7a621b60f2e (patch)
tree9252c2081d47735835f2f4157f16dbf14b4dec5a /node.gyp
parent1cf085235a1d0c36ea54c712a885143d1b7ddb95 (diff)
downloadnode-new-a38a4ae0d1e8c57165a1979245a6e7a621b60f2e.tar.gz
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 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index fb51096943..fe648aa6df 100644
--- a/node.gyp
+++ b/node.gyp
@@ -571,6 +571,7 @@
'src/js_native_api_v8_internals.h',
'src/js_stream.cc',
'src/json_utils.cc',
+ 'src/js_udp_wrap.cc',
'src/module_wrap.cc',
'src/node.cc',
'src/node_api.cc',