no is zero actually :v
1 files changed, 1 insertions(+), 1 deletions(-) M main.cpp
M main.cpp => main.cpp +1 -1
@@ 604,7 604,7 @@ void process_handler(int cs, std::atomic<bool> * keep_going) { } #if __linux__ // NetBSD clears the flag after first message (see unp_send() in sys/kern/uipc_usrreq.c), no need to enter the kernel again const int no = 1; const int no = 0; setsockopt(itr->fd, SOL_CREDS_LEVEL, SO_PASSCRED, &no, sizeof(no)); #endif