Re: SO_REUSEADDR porting issues on kFreeBSD targets

2016-09-06 Thread Russ Allbery
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

Re: SO_REUSEADDR porting issues on kFreeBSD targets

2016-09-06 Thread Jakub Wilk
* 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