Quellcode durchsuchen

SO_PORTSCALABILITY documented

z3APA3A vor 8 Jahren
Ursprung
Commit
2fd9f945c8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/html/highload.html

+ 2 - 2
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
 different external address for different requests, you should choose external
 interface with user-based rules instead.
 interface with user-based rules instead.
 <li> You may need additional system dependant actions to use same port on different IPs,
 <li> 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:
 <pre>
 <pre>
 proxy -p3128 -e1.2.3.4 -osSO_REUSEADDR
 proxy -p3128 -e1.2.3.4 -osSO_REUSEADDR
 </pre>
 </pre>