Skip to content

[WIP] if i wanted to imrpove the latency for internet what should we do - #1

Closed
ockaj with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-d6f288be-762d-478c-b20e-ee5cccc16cd0
Closed

[WIP] if i wanted to imrpove the latency for internet what should we do#1
ockaj with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-d6f288be-762d-478c-b20e-ee5cccc16cd0

Conversation

Copilot AI commented Jul 14, 2025

Copy link
Copy Markdown
  • Analyze repository structure and understand it's a router firmware project
  • Explore network-related configuration files and code
  • Identify current networking optimizations already in place:
    • IRQ balancing and CPU affinity settings (smp.c)
    • TCP tweaks for performance (net.c)
    • Network buffer size configurations based on RAM
    • Basic QoS support with CoDel and FQ-CoDel
  • Enable advanced TCP congestion control algorithms (BBR)
  • Optimize network buffer sizes for lower latency
  • Improve DNS caching and resolution performance
  • Add latency-focused kernel networking parameters
  • Enable additional QoS and traffic shaping features
  • Test changes and measure performance improvements

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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.

2 participants