Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Trying to solve problems with YouTube.

...

The default config for ATS leaves these disabled. I believe these to be somewhat useful
for HTTP streaming applications such as Internet Radio and YouTube.
However,
setting these too large tends to slow down the cache overall.

Code Block
CONFIG proxy.config.net.sock_send_buffer_size_in INT 128K0
CONFIG proxy.config.net.sock_recv_buffer_size_in INT 128K0
CONFIG proxy.config.net.sock_send_buffer_size_out INT 128K0
CONFIG proxy.config.net.sock_recv_buffer_size_out INT 128K

...