AGS_MAX_SEND_SIZE

This variable allows you to control the size of a basic socket packet exchanged between extend applications that use sockets to communicate. The default value is 16000. In the vast majority of cases, the default value provides excellent results. However, when performance problems are traced to packet size, you can change the size with AGS_MAX_SEND_SIZE. The value of this variable is checked every time that data is sent to the socket. When a program changes the value, the new value is applied the next time that data is sent to the socket.