All pastes #624472 Raw Edit

Untitled

public c v1 · immutable
#624472 ·published 2007-07-18 09:19 UTC
rendered paste body
...    nh = nfq_nfnlh(h);    fd = nfnl_fd(nh);    while ((rv = recv(fd, buf, BUFSIZE, 0)) && (rv >= 0 || errno==EINTR || errno==EAGAIN)) {	if(rv>=0)	    nfq_handle_packet(h, buf, rv);    }    err_destroy_close:    nfq_destroy_queue(qh);err_close:    nfq_close(h);    return 1;}