-
Notifications
You must be signed in to change notification settings - Fork 622
Update Get-NetTCPSetting.md #1322
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
Conversation
Issue - "fill in the blank" assignments - Description has been updated now.
|
Docs Build status updates of commit 607baab: ✅ Validation status: passed
For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
|
@nenonix @JohanFreelancer9 Copy editing is needed for this PR. Thanks. |
|
@dariomws306 @get-itips @tseward Peer review needed for this PR. Thanks. |
|
I think here you should use the same description that you can find in the next article for AutoReusePortRangeStartPort: Also, please respect the italic format for the words DynamicPortRangeStartPort and DynamicPortRangeNumberOfPorts under AutoReusePortRangeNumberOfPorts description. |
|
Agree with @dariomws306 |
| {{Fill AutoReusePortRangeNumberOfPorts Description}} | ||
| Specifies the number of ports for the auto-reuse port range, which is a port range used for local ephemeral port selection by outbound TCP connections for which either SO_REUSE_UNICASTPORT has been set on the socket, or for which connect() has been called without calling bind() on the socket. | ||
| If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by DynamicPortRangeStartPort and DynamicPortRangeNumberOfPorts, even if SO_REUSE_UNICASTPORT is set on a socket. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by DynamicPortRangeStartPort and DynamicPortRangeNumberOfPorts, even if SO_REUSE_UNICASTPORT is set on a socket. | |
| If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by _DynamicPortRangeStartPort_ and _DynamicPortRangeNumberOfPorts_, even if SO_REUSE_UNICASTPORT is set on a socket. |
JohanFreelancer9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy Review - please italicize as indicated.
|
Also agree with Agree with @dariomws306 |
Review suggestions are updated now.
|
Hi @dariomws306 @tseward I've updated the document with the suggested modifications. Kindly review. Thank you. |
|
Docs Build status updates of commit 81b00d2: ✅ Validation status: passed
For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
|
Looks good now. Good work! |
Issue - "fill in the blank" assignments - Description has been updated now.