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

net: Track state of setNoDelay and prevent unnecessary system calls. #31543

Commits on Jan 28, 2020

  1. net: Track state of setNoDelay and prevent unnecessary system calls.

    The state of .setNoDelay() is now tracked and code will prevent repeated
    system calls to setsockopt() when the value has already been set to the
    desired value for the socket.
    
    Change and expand the appropriate test.
    rustyconover committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d16af09 View commit details
    Browse the repository at this point in the history
  2. Change to camelcase.

    rustyconover committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    dc6c315 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Update test/parallel/test-net-socket-setnodelay.js

    Co-Authored-By: Luigi Pinca <luigipinca@gmail.com>
    rustyconover and lpinca committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    5dfc9eb View commit details
    Browse the repository at this point in the history