inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Add Configurable Send Buffer Size Limiter

Open BrianZill opened this issue 2 years ago • 0 comments

Currently, the "unsent queue" is limited to a fixed number of segments, not bytes, via the compiled in constant UNSENT_QUEUE_CUTOFF. The size of this send buffer should be some number of bytes, and should be configurable by the user via some API call.

BrianZill avatar Mar 29 '22 22:03 BrianZill