Hi team,
I think there is an issue when we set dynamic_buffer to something like {4096, 65356} if the initial socket buffer is a much lower number like 1460.
Because the buffer is not set initially to 4096 (from what I could understand) the moving average never gets close to 4096 making the buffer essentially static.
I assumed initially that the first number would set the initial socket buffer.
Please let me know if I misunderstood something and feel free to close the ticket if that's the case!
Thanks in advance.
Hi team,
I think there is an issue when we set
dynamic_bufferto something like {4096, 65356} if the initial socket buffer is a much lower number like1460.Because the
bufferis not set initially to4096(from what I could understand) the moving average never gets close to4096making the buffer essentially static.I assumed initially that the first number would set the initial socket
buffer.Please let me know if I misunderstood something and feel free to close the ticket if that's the case!
Thanks in advance.