Doc: Proper setting of tcp_recv_buffer_size for inbound ESMTP conn … - #870
Merged
Merged
Conversation
…parkPost/Momentum#1593) Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
deepakpn
approved these changes
Sep 14, 2026
dkoerichbird
deleted the
Momentum#1593_TCP_Recv_Buffer_Size_reviewed
branch
September 15, 2026 12:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…(SparkPost/Momentum#1593)
Note
Low Risk
Documentation-only changes with no runtime or configuration behavior modifications.
Overview
Adds Momentum 4 documentation for inbound
tcp_recv_buffer_size, including a new reference page and ESMTP listener guidance for high-latency paths.Introduces
ref-tcp-recv-buffer-size.md(defaults,SO_RCVBUF,0for OS autotuning, bandwidth–delay product sizing, Linux sysctl caps, listener scopes) and links it from the configuration options summary.tcp_buffer_sizeis clarified as outbound-only, with inbound receive buffers pointed to the new option.esmtp-listener.mdgains “Receive Buffers on High-Latency Links”: how a small default window can throttle WAN reception and contribute to sender-side timeouts/duplicate delivery, plus example configs usingTCP_Recv_Buffer_Size = 0or an explicit BDP-sized value.Reviewed by Cursor Bugbot for commit 73fd5c7. Bugbot is set up for automated code reviews on this repo. Configure here.