diff --git a/iocp-links.html b/iocp-links.html
index b046f60e..1d012046 100644
--- a/iocp-links.html
+++ b/iocp-links.html
@@ -147,6 +147,22 @@ Marc Lehmann has written .
+shutdown(2), graceful close, half-duplex connections
+
+Graceful
+ Shutdown, Linger Options, and Socket Closure
+
+DisconnectEx()
+
+
+
+close(2)
+
+closesocket()
+
+
The following are nearly same in Windows overlapped and UNIX
non-blocking sockets. The only difference is that the UNIX variants
@@ -351,4 +367,10 @@ Pipes:
ConnectNamedPipe
+
+Also useful:
+Introduction
+ to Visual C++ for UNIX Users
+