diff options
author | James M Snell <jasnell@gmail.com> | 2020-05-12 15:17:42 -0700 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2020-06-16 06:56:06 -0700 |
commit | a808cb76ce1d2f18f354ced39f41f4a4e92b4ec9 (patch) | |
tree | 423908ac472d6e0cdd03ca5089e7a43f8db600f3 /node.gyp | |
parent | b371213d3d2b499f0392af2103cf45262e1042d3 (diff) | |
download | node-new-a808cb76ce1d2f18f354ced39f41f4a4e92b4ec9.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.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -574,6 +574,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', |