From b50f736bb755803969c82bdfb2f7946389e6ef14 Mon Sep 17 00:00:00 2001 From: xtaci Date: Tue, 15 Jan 2019 14:46:09 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f492bdf..2e141a7 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,14 @@ net.core.rmem_max=26214400 net.core.rmem_default=26214400 net.core.wmem_max=26214400 net.core.wmem_default=26214400 -net.core.netdev_max_backlog=2048 +net.core.netdev_max_backlog=2048 // proportional to -rcvwnd ``` You can also increase the per-socket buffer by adding parameter(default 4MB): ``` -sockbuf 16777217 ``` -increasing this would work for most of the old model CPUs. - +for **slow processors**, increasing this buffer is **CRITICAL** to receive packets properly. Download a corresponding one from precompiled [Releases](https://github.com/xtaci/kcptun/releases).