]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove reference to UDP server processes hanging on Windows
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Aug 2005 13:54:37 +0000 (13:54 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Aug 2005 13:54:37 +0000 (13:54 +0000)
(fixed by Kim F. Storm).

admin/FOR-RELEASE

index bdfa10d082d252b45db60ca42ca9329c06d741a2..fb1b44656af48df0c4d6d47e40e63664906b0f88 100644 (file)
@@ -77,14 +77,12 @@ non-nil.  If so, it is not overwritten.
 
 To enable the fix, the user must set comint-process-echoes to t.
 
-** Server processes do not work on Windows.
+** TCP server processes do not work on Windows.
 
 TCP/IP server processes created with `make-network-process' consume
 excesive CPU on some Windows environments.  Usages of 50% and 100%
 CPU time have been observed on different Window XP configurations.
 
-When calling `delete-process' on an UDP server process, Emacs hangs.
-
 ** Bug in ebrowse
 
 Date: Fri, 27 May 2005 17:35:48 +0200