CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2020/01/23 16:36:18

Modified files:
        sys/net        : if_tun.c 

Log message:
don't need to manage TUN_NBIO ourselves, we get IO_NDELAY for free.

as long as we don't error when open/ioctl/read/write have IO_NDELAY
set, the fd (vfs?) layer seems to keep track of it fine for us.

Reply via email to