Skip to content

src: introduce node_sockaddr

Rodrigo Muino Tomonari requested to merge github/fork/jasnell/node_sockaddr into master

Extracted from the QUIC PR to allow for more incremental review.

Introduce the SocketAddress utility class. While not specific to QUIC, the QUIC implementation makes extensive use of this for handling of socket addresses. It was separated out to make it generically reusable throughout core

Signed-off-by: James M Snell jasnell@gmail.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading