Revision 15ac913b net/tap-bsd.c

b/net/tap-bsd.c
60 60
    fcntl(fd, F_SETFL, O_NONBLOCK);
61 61
    return fd;
62 62
}
63

  
64
int tap_set_sndbuf(int fd, QemuOpts *opts)
65
{
66
    return 0;
67
}

Also available in: Unified diff