You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes for large Packetbuffer allocation to support TCP payloads (#33308)
* Changes for large Packetbuffer allocation to support TCP payloads
Changes to internal checks in SystemPacketBuffer.
Update the length encoding for TCP payloads during send and receive.
Max size config for large packetbuffer size limit in SystemPacketBuffer.h.
Define Max application payload size for large buffers
Test modifications for chainedbuffer receives for TCP.
- Add test for Buffer length greater than MRP max size.
- Disable TCP on nrfconnect platform because of resource requirements.
Stack allocations for large buffer with default size is exceeding
limits. Disabling the Test file altogether for this platform would
prevent all tests from running. Instead, only disabling TCP on
nrfConnect for now, since it is unused.
Fixes#31779.
* Update src/system/SystemPacketBuffer.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/transport/raw/TCP.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Restyle fix
---------
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
0 commit comments