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

Gradually increase TCP ports up to 1024 #16

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Gradually increase TCP ports up to 1024 #16

merged 1 commit into from
Nov 14, 2024

Conversation

DavidePrincipi
Copy link
Member

  • Set an high limit to TCP ports allocation (1024).
  • Deallocate the predefined TCP_PORTS_RANGE in create-module.
  • Dynamically allocate the TCP ports, up to 1024 limit.
  • Reuse previously allocated ports for existing installations.

Refs NethServer/dev#7102

- Set an high limit to TCP ports allocation (1024).
- Deallocate the predefined TCP_PORTS_RANGE in create-module.
- Dynamically allocate the TCP ports, up to 1024 limit.
- Reuse previously allocated ports for existing installations.
@DavidePrincipi DavidePrincipi self-assigned this Nov 14, 2024
@DavidePrincipi DavidePrincipi merged commit cabd003 into main Nov 14, 2024
1 of 4 checks passed
@DavidePrincipi DavidePrincipi deleted the feat-7102 branch November 14, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant