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

doc: remove use of "random port" regarding dgram send #19620

Closed
wants to merge 1 commit into from

Conversation

tlhunter
Copy link
Contributor

Checklist

I removed the use of "random port" when referring to sending messages with dgram. Specifically in the examples the port isn't random, it is a hand-picked port which stays the same. Referring to it as a random port is confusing because in the listening methods the phrase "random port" has a special meaning, i.e. providing no port and letting the OS pick a random port.

@nodejs-github-bot nodejs-github-bot added dgram Issues and PRs related to the dgram subsystem / UDP. doc Issues and PRs related to the documentations. labels Mar 26, 2018
@Trott
Copy link
Member

Trott commented Mar 26, 2018

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 26, 2018
@vsemozhetbyt vsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Mar 26, 2018
@vsemozhetbyt
Copy link
Contributor

@tlhunter Can you check your local and GitHub settings:

https:/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#setting-up-your-local-environment

It seems the commit has not proper attribution.

@vsemozhetbyt
Copy link
Contributor

vsemozhetbyt commented Mar 26, 2018

@Trott, @addaleax
In such cases, we can git commit --amend --author="Thomas Hunter II <[email protected]>" before pushing, right?

@addaleax
Copy link
Member

@vsemozhetbyt I would wait for confirmation from the author – the commit does have proper attribution as far as I can tell (name + email present and the email seems valid). That usually means that it’s easier for the author to add that email to github, if they do want that.

@tlhunter
Copy link
Contributor Author

@vsemozhetbyt @addaleax Whoops! That email should now be properly associated to my GH account.

vsemozhetbyt pushed a commit that referenced this pull request Mar 27, 2018
PR-URL: #19620
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@vsemozhetbyt
Copy link
Contributor

Landed in cdfe47b

Thank you!

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 pending requests for changes, and a CI started. dgram Issues and PRs related to the dgram subsystem / UDP. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants