FIONBIO support in freebsd for bpf

dayanidhi sreenivasan dayanidhi.sreenivasan at gmail.com
Tue Apr 26 23:22:21 UTC 2016


Hi Guys,
Can somebody tell me why there is no support for non blocking IO for bpf yet?

static  int
bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
    struct thread *td)
{

......

 case FIONBIO:       /* Non-blocking I/O */
        break;

}

Thanks
Daya


More information about the freebsd-arch mailing list