Remove reference to UDP server processes hanging on Windows

(fixed by Kim F. Storm).
This commit is contained in:
Juanma Barranquero 2005-08-15 13:54:37 +00:00
parent 9e5538bc21
commit fb90e6d951

View 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