Versions Compared

Key

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

...

The default config for ATS leaves enables some buffering between ATS and the client.  While I believe some inbound buffering to be useful for HTTP streaming applications such as Internet Radio and YouTube, I've had some memory issues with this.  For now, I'm leaving these disabled.

...

Code Block

...

CONFIG proxy.config.net.sock_send_buffer_size_in INT 0
CONFIG proxy.config.net.sock_recv_buffer_size_in INT 0
CONFIG proxy.config.net.sock_send_buffer_size_out INT 0
CONFIG proxy.config.net.sock_recv_buffer_size_out INT 0

...

Step 3

...

- Secure

Maximum Inbound Concurrent Connections

...