From 44c7f0f47b484a1a12ab0a8ba28f83a91f571797 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 14 Apr 2006 02:04:38 +0000 Subject: [PATCH] Mentions that closed sockets are ignored by select. --- doc/socket.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/socket.html b/doc/socket.html index d050a42..d155a20 100644 --- a/doc/socket.html +++ b/doc/socket.html @@ -210,6 +210,11 @@ Use the settimeout method or accept might block forever.

+

+Yet another note: If you close a socket and pass +it to select, it will be ignored. +

+