From 2fd9f945c866fdf6ee52275ab1f353ae7e7d2347 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Fri, 6 Oct 2017 21:50:52 +0300 Subject: [PATCH] SO_PORTSCALABILITY documented --- doc/html/highload.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/highload.html b/doc/html/highload.html index dd25296..6a35196 100644 --- a/doc/html/highload.html +++ b/doc/html/highload.html @@ -117,8 +117,8 @@ for Web browsing last two examples are not recommended, because same client can different external address for different requests, you should choose external interface with user-based rules instead.
  • You may need additional system dependant actions to use same port on different IPs, -usually by adding SO_REUSEADDR socket option to external socket. This option can be -set (since 0.9 devel) with -osSO_REUSEADDR option: +usually by adding SO_REUSEADDR (SO_PORT_SCALABILITY for Windows) socket option to +external socket. This option can be set (since 0.9 devel) with -os option:
     proxy -p3128 -e1.2.3.4 -osSO_REUSEADDR