stream-tcp: Cleanup files created for Windows "unix" sockets.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 2 Jun 2014 17:20:34 +0000 (10:20 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 26 Jun 2014 23:45:51 +0000 (16:45 -0700)
commit3021f5af07094b9ebaa6f090ebe13b8d348e4a54
tree82f965f48484d9b6070e9737d680dd2fb937338d
parentf0fe12fcb150bf63eef06a72ad0ea115444eb86a
stream-tcp: Cleanup files created for Windows "unix" sockets.

On Windows, we create "unix sockets" by creating TCP sockets
and hiding the TCP port number in files. When we close the
pstream session, we need to delete the file.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/stream-fd-windows.c
lib/stream-tcp.c