Jakub Wilk writes:
> * Russ Allbery , 2016-09-05, 10:19:
>>(Please cc me on replies; I'm not subscribed to the list.)
> Done!
>>is_int(0, getsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &flag, &flaglen),
>> "Getting SO_REUSEADDR works");
>>is_int(1, flag, "...and it is set");
> The
* Russ Allbery , 2016-09-05, 10:19:
(Please cc me on replies; I'm not subscribed to the list.)
Done!
is_int(0, getsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &flag, &flaglen),
"Getting SO_REUSEADDR works");
is_int(1, flag, "...and it is set");
The returned option value should be n
2 matches
Mail list logo