Skip to content

Commit b1645a5

Browse files
authored
Merge pull request #381 from rinor/so_rcvbuf
configuration: add ManifestPassthrough.so_rcvbuf
2 parents 97e0cc6 + 8482c5d commit b1645a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

configuration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,18 @@ It works on both _pie_ and _no-pie_ programs, and also works with _aslr_.
10491049
}
10501050
```
10511051

1052+
#### so_rcvbuf {#manifestpassthrough.so_rcvbuf}
1053+
This is an optional configuration setting used to manage the size (in bytes) of the socket receive buffer.
1054+
The default buffer size is _208 KB_, so to change the size to, say, _512 KB_, you could use the following config:
1055+
1056+
```json
1057+
{
1058+
"ManifestPassthrough": {
1059+
"so_rcvbuf": "524288"
1060+
}
1061+
}
1062+
```
1063+
10521064
### Debugflags {#debugflags}
10531065
`Debugflags` adds additional debug flags to the runtime.
10541066

0 commit comments

Comments
 (0)