]> git.proxmox.com Git - qemu.git/commit
net: EAGAIN handling for net/socket.c UDP
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 20 Aug 2012 09:28:53 +0000 (10:28 +0100)
committerStefan Hajnoczi <stefanha@gmail.com>
Fri, 14 Sep 2012 07:40:33 +0000 (08:40 +0100)
commit213fd5087e2e4e2da10ad266df0ba950cf7618bf
tree1bd584820c5e335b2d23921794a23b2fcd53a7bb
parent863f678fba4191f3b695620f41056cb7c124425d
net: EAGAIN handling for net/socket.c UDP

Implement asynchronous send for UDP (or other SOCK_DGRAM) sockets.  If
send fails with EAGAIN we wait for the socket to become writable again.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
net/socket.c