FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

net: fix net keepalive and noDelay by theanarkh · Pull Request #43561 · nodejs/node · GitHub

/ node Public

net: fix net keepalive and noDelay - #43561

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
theanarkh:fix_tcp_keepalive
Jun 29, 2022
Merged

net: fix net keepalive and noDelay#43561
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
theanarkh:fix_tcp_keepalive

Conversation

Copy link
Copy Markdown
Contributor
  1. support call setKeepAlive again with different delay value.
  2. set keepalive and nodelay to socket which is created by server.
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Affected subsystem: net

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/net

nodejs-github-bot added needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem. labels Jun 24, 2022
theanarkh force-pushed the fix_tcp_keepalive branch from 9c1a62f to 4bbf5ea Compare June 24, 2022 19:02
theanarkh force-pushed the fix_tcp_keepalive branch from 4bbf5ea to 19506bb Compare June 25, 2022 03:42
theanarkh force-pushed the fix_tcp_keepalive branch from 19506bb to d262b5c Compare June 25, 2022 19:21
1. support setKeepAlive again
2. set keepalive and nodelay to socket which is created by server
theanarkh force-pushed the fix_tcp_keepalive branch from d262b5c to 474849d Compare June 26, 2022 02:36

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

mcollina added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed needs-ci PRs that need a full CI run. labels Jun 29, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 29, 2022
nodejs-github-bot merged commit 8e19dab into nodejs:main Jun 29, 2022

Copy link
Copy Markdown
Collaborator

Landed in 8e19dab

targos pushed a commit that referenced this pull request Jul 12, 2022
1. support setKeepAlive again
2. set keepalive and nodelay to socket which is created by server

PR-URL: #43561
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jul 20, 2022
1. support setKeepAlive again
2. set keepalive and nodelay to socket which is created by server

PR-URL: #43561
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jul 31, 2022
1. support setKeepAlive again
2. set keepalive and nodelay to socket which is created by server

PR-URL: #43561
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
1. support setKeepAlive again
2. set keepalive and nodelay to socket which is created by server

PR-URL: nodejs/node#43561
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. net Issues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL