From 8482c5d133a7c8cb561b14fcfc060a772a683f85 Mon Sep 17 00:00:00 2001 From: rinor Date: Wed, 10 May 2023 09:14:32 +0000 Subject: [PATCH] configuration: add ManifestPassthrough.so_rcvbuf --- configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configuration.md b/configuration.md index 3a7b004..b106daf 100644 --- a/configuration.md +++ b/configuration.md @@ -1049,6 +1049,18 @@ It works on both _pie_ and _no-pie_ programs, and also works with _aslr_. } ``` +#### so_rcvbuf {#manifestpassthrough.so_rcvbuf} +This is an optional configuration setting used to manage the size (in bytes) of the socket receive buffer. +The default buffer size is _208 KB_, so to change the size to, say, _512 KB_, you could use the following config: + +```json +{ + "ManifestPassthrough": { + "so_rcvbuf": "524288" + } +} +``` + ### Debugflags {#debugflags} `Debugflags` adds additional debug flags to the runtime.