From 393b33429095458de707420dfbc178a02645b318 Mon Sep 17 00:00:00 2001 From: Vividh Mariya <55412084+MagnumDingusEdu@users.noreply.github.com> Date: Sun, 12 Apr 2020 01:31:12 +0530 Subject: [PATCH] Spelling fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c945060..f3037d7 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ __Default value:__ 32768 #### Log file `-l` `--log_file` ``` -./patser.py -l /home/user/socksbin.log.txt +./paster.py -l /home/user/socksbin.log.txt ``` The log file will only be made if you specify this argument. Make sure that this file is user writable. @@ -234,7 +234,7 @@ __Default value:__ not set #### Queue Depth `-q` `--queue_depth` ``` -./patser.py -q 10 +./paster.py -q 10 ``` The helps to properly manage simultaneous connections. The maximum value is system dependent. For example, on Linux, see /proc/sys/net/core/somaxconn