commit | 213fd5087e2e4e2da10ad266df0ba950cf7618bf | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Mon Aug 20 10:28:53 2012 +0100 |
committer | Stefan Hajnoczi <stefanha@gmail.com> | Fri Sep 14 08:40:33 2012 +0100 |
tree | 1bd584820c5e335b2d23921794a23b2fcd53a7bb | |
parent | 863f678fba4191f3b695620f41056cb7c124425d [diff] |
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>