socket-util: closesocket() for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 18 Feb 2014 23:09:18 +0000 (15:09 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Feb 2014 16:12:53 +0000 (08:12 -0800)
commit7009a5941e4920155544aafb071e5beca4500968
tree8f1962969e994c6807a2ed69f0a07ddb24892870
parent99ad8ba8ce51120c880d724ac2a9581f8444c2ba
socket-util: closesocket() for Windows.

For Windows sockets, one has to call closesocket() to
close the sockets.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/socket-util.c
lib/socket-util.h
lib/stream-ssl.c