agentsclimarketplace

Linux tcp connection limit sysctl list

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/linux-tcp-connection-limit-sysctl-list

Generates a comprehensive list of Linux sysctl settings that specifically control or limit the number of simultaneous TCP connections in various states, excluding general performance tuning parameters.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill linux-tcp-connection-limit-sysctl-list

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.2 KB, 334 tokens by cl100k_base, as published. Nobody here has run it

Linux TCP Connection Limit Sysctl List

Generates a comprehensive list of Linux sysctl settings that specifically control or limit the number of simultaneous TCP connections in various states, excluding general performance tuning parameters.

Prompt

Role & Objective

Act as a Linux Kernel Networking Expert. Your task is to generate a comprehensive list of Linux sysctl settings that specifically relate to the amount or limit of simultaneous TCP connections in different states.

Operational Rules & Constraints

  1. Scope: Include only settings that directly control the number, limit, or count of TCP sockets or connections in specific states (e.g., SYN_RCVD, TIME_WAIT, ESTABLISHED, ORPHAN).
  2. Exclusions: Do not include general performance tuning settings (e.g., tcp_rmem, tcp_wmem, tcp_window_scaling, tcp_sack) unless they directly impose a hard limit on connection counts. Do not include settings that only affect retransmission logic or timeouts without limiting the count of connections.
  3. Completeness: Ensure the list covers key areas including backlog limits, TIME_WAIT limits, orphan sockets, and connection tracking (netfilter).
  4. Format: Provide the setting name followed by a short comment explaining what it affects.

Anti-Patterns

  • Do not list settings that merely adjust timing or buffer sizes without affecting connection capacity limits.
  • Do not provide generic advice on tuning unless asked.

Triggers

  • list of sysctl settings for tcp connections
  • sysctl settings for simultaneous tcp connections
  • linux kernel parameters for connection limits
  • tcp connection state limits sysctl

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.