Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dgram: make UDPWrap more reusable #31871

Closed
wants to merge 2 commits into from

Commits on Mar 2, 2020

  1. dgram: make UDPWrap more reusable

    Allow using the handle more directly for I/O in other parts of
    the codebase.
    
    Originally landed in the QUIC repo
    
    Original review metadata:
    
    ```
      PR-URL: nodejs/quic#165
      Reviewed-By: James M Snell <jasnell@gmail.com>
      Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    ```
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    addaleax authored and jasnell committed Mar 2, 2020
    Copy the full SHA
    347ea10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe77e7c View commit details
    Browse the repository at this point in the history