mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
just do the write. This is needed because the write could return -1/EAGAIN for dgram sockets, if the socket buffer is nearly full. The epoll loop then goes on forever. This was causing some failures in 'make test'