Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The third/fourth settings specify the socket buffer sizes for origin server connections.  I've found setting this to roughly my "average object size" as reported by "traffic_top" seems appears to be optimal.

Code Block
CONFIG proxy.config.net.poll_timeout INT 50
CONFIG proxy.config.net.sock_option_flag_out INT 0
CONFIG proxy.config.net.sock_recv_buffer_size_out INT 49152
CONFIG proxy.config.net.sock_send_buffer_size_out INT 49152

...