Преглед изворни кода

man updated for socket options

z3APA3A пре 8 година
родитељ
комит
41ae455ee2
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      man/3proxy.cfg.3

+ 6 - 0
man/3proxy.cfg.3

@@ -151,6 +151,12 @@ listen on given local HOST:port for incoming connections instead of making remot
 .br
 .br
 .B -rHOST:port
 .B -rHOST:port
 connect to given remote HOST:port instead of listening local connection on -p or default port. Can be used with another 3proxy service running -R option for connect back functionality. Most commonly used with proxy or socks. HOST can be given as IP or hostname, useful in case of dynamic DNS.
 connect to given remote HOST:port instead of listening local connection on -p or default port. Can be used with another 3proxy service running -R option for connect back functionality. Most commonly used with proxy or socks. HOST can be given as IP or hostname, useful in case of dynamic DNS.
+.br
+.B -ocOPTIONS, -osOPTIONS, -olOPTIONS
+options for client (oc), server (os) or listening (ol) socket. Options like TCP_CORK, TCP_NODELAY, TCP_DEFER_ACCEPT, TCP_QUICKACK, TCP_TIMESTAMPS, USE_TCP_FASTOPEN, SO_REUSEADDR, SO_REUSEPORT, SO_PORT_SCALABILITY, SO_REUSE_UNICASTPORT, SO_KEEPALIVE, SO_DONTROUTE may be supported depending on OS.
+.br
+.B -DiINTERFACE, -DoINTERFACE
+bind incoming connection / outgoing connection to given INTERFACE (e.g. eth0) if SO_BINDTODEVICE supported by system
 .br
 .br
  Also, all options mentioned for 
  Also, all options mentioned for 
 .BR proxy (8)
 .BR proxy (8)