Right now the chunk size is a random number. We need to find a chunk size that gives it the best performance.
For optimality:
- The time taken by the server to respond with the chunk should be equal to the average interval of a request.
- We should choose the biggest chunk size among the options satisfying the above rule
Right now the chunk size is a random number. We need to find a chunk size that gives it the best performance.
For optimality: