socket-util: poll() for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 18 Feb 2014 20:52:01 +0000 (12:52 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Feb 2014 22:44:31 +0000 (14:44 -0800)
commit1bada7ab1212c9fb3def0fb5c6af3b78de5ae85c
tree1a97d0c5aeb28572dbea80758c5f76e48f7aedce
parent1bbd17282444f67e6509ecc930326ec4314da93f
socket-util: poll() for Windows.

Also, Windows does not have a MSG_DONTWAIT. Get rid of it
as we always use non-blocking sockets.

Co-authored-by: Linda Sun <lsun@vmware.com>
Signed-off-by: Linda Sun <lsun@vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/socket-util.c