On 5/21/25 16:41, Stefano Garzarella wrote:
> On Wed, May 21, 2025 at 12:55:22AM +0200, Michal Luczaj wrote:
>> ...
>> static void test_stream_linger_client(const struct test_opts *opts)
>> {
>> - struct linger optval = {
>> - .l_onoff = 1,
>> - .l_linger = 1
>
> So, we are changing the timeout from 1 to 5, right?
> Should we mention in the commit description?
Yup, we do, but the value (as long as it's positive) is meaningless in the
context of this test. That's way I didn't bother. But since
enable_so_linger() is gaining @timeout, I'll pass the original `1` to keep
things as they are.
Thanks,
Michal