Skip to content

Commit

Permalink
Add missing doc for maxsndbuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
btriller authored and miconda committed Feb 28, 2024
1 parent 971a2a8 commit 251f256
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cookbooks/devel/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -1962,6 +1962,18 @@ Example of usage:

Note: it is not the size of the internal SIP message receive buffer.

### maxsndbuffer

The size in bytes multiplied by 2 not to be exceeded during the auto-probing
procedure of discovering and increasing the maximum OS buffer size for sending
UDP messages (socket option SO_SNDBUF). Default value is 262144.

Example of usage:

```
maxsndbuffer=65536
```

### max_branches

The maximum number of outgoing branches for each SIP request. It has
Expand Down

0 comments on commit 251f256

Please sign in to comment.