From d8f1a373861d5043a305de57710709c5f1e84ede Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 8 Mar 2021 10:51:59 +0300 Subject: [PATCH] readme: tpws more bind info --- docs/readme.eng.txt | 2 +- docs/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.eng.txt b/docs/readme.eng.txt index 5b3aad6..075dbc1 100644 --- a/docs/readme.eng.txt +++ b/docs/readme.eng.txt @@ -315,7 +315,7 @@ The --bind-wait* parameters can help in situations where you need to get IP from or not configured. In different systems, ifup events are caught in different ways and do not guarantee that the interface has already received an IP address of a certain type. In the general case, there is no single mechanism to hang oneself on an event of the type "link local address appeared on the X interface." -To bind to a specific ip when its interface may not be up yet do : --bind-addr=192.168.5.3%eth0 --bind-wait-ifup=20 +To bind to a specific ip when its interface may not be configured yet do : --bind-addr=192.168.5.3%eth0 --bind-wait-ip=20 in socks proxy mode no additional system privileges are required connection to local IPs of the system where tpws runs are prohibited diff --git a/docs/readme.txt b/docs/readme.txt index 07c605c..e2dffda 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -397,7 +397,7 @@ tpws может биндаться на множество интерфейсо или не сконфигурирован. В разных системах события ifup ловятся по-разному и не гарантируют, что интерфейс уже получил IP адрес определенного типа. В общем случае не существует единого механизма повеситься на событие типа "на интерфейсе X появился link local address". -Для бинда на известный ip, когда еще интерфейс не поднят, нужно делать так : --bind-addr=192.168.5.3%eth0 --bind-wait-ifup=20 +Для бинда на известный ip, когда еще интерфейс не сконфигурирован, нужно делать так : --bind-addr=192.168.5.3%eth0 --bind-wait-ip=20 Параметры rcvbuf и sndbuf позволяют установить setsockopt SO_RCVBUF SO_SNDBUF для локального и удаленного соединения.