File: README.md

package info (click to toggle)
syncthing 1.19.2~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,484 kB
  • sloc: javascript: 36,375; sh: 1,804; xml: 1,049; makefile: 67
file content (21 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sysctl configuration to raise UDP buffer size
===================
Installation
-----------
**Please note:** When you installed syncthing using the official deb package, you can skip the copying.

Copy the file `30-syncthing.conf` to `/etc/sysctl.d/` (root permissions required).

In a terminal run
```
sudo sysctl -q --system
```
to apply the sysctl changes.


Verification
----------
You can verify that the new limit is active using
```
sysctl net.core.rmem_max
```