Skip to content

add TCP_NODELAY to connections to speed up SSL handshakes#1403

Merged
braindigitalis merged 2 commits intodevfrom
no_delay
Mar 19, 2025
Merged

add TCP_NODELAY to connections to speed up SSL handshakes#1403
braindigitalis merged 2 commits intodevfrom
no_delay

Conversation

@braindigitalis
Copy link
Contributor

Setting TCP_NODELAY massively improves the speed of SSL handshakes, this is a big benefit when we make lots of outgoing HTTPS requests constantly for REST API.

Code change checklist

  • I have ensured that all methods and functions are fully documented using doxygen style comments.
  • My code follows the coding style guide.
  • I tested that my change works before raising the PR.
  • I have ensured that I did not break any existing API calls.
  • I have not built my pull request using AI, a static analysis tool or similar without any human oversight.

@braindigitalis braindigitalis self-assigned this Mar 19, 2025
@braindigitalis braindigitalis changed the base branch from master to dev March 19, 2025 17:35
@github-actions github-actions bot added the code Improvements or additions to code. label Mar 19, 2025
@netlify
Copy link

netlify bot commented Mar 19, 2025

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 79dc59e
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/67db08578ccfd60008af1497
😎 Deploy Preview https://deploy-preview-1403--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@braindigitalis braindigitalis merged commit e97ae19 into dev Mar 19, 2025
74 of 82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code Improvements or additions to code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants