Remove the "Connection reset by peer" from TODO
[rsync/rsync.git] / TODO
diff --git a/TODO b/TODO
index aa08c86..48b8373 100644 (file)
--- a/TODO
+++ b/TODO
@@ -453,10 +453,6 @@ logging
   that's a good tradeoff or not.
 
 
-rsyncd over ssh
-
-  There are already some patches to do this.
-
 proxy authentication
 
   Allow RSYNC_PROXY to be http://user:pass@proxy.foo:3128/, and do
@@ -595,13 +591,6 @@ Win32
 
   http://sources.redhat.com/ml/cygwin/2001-08/msg00234.html
 
-  According to "Effective TCP/IP Programming" (??) close() on a socket
-  has incorrect behaviour on Windows -- it sends a RST packet to the
-  other side, which gives a "connection reset by peer" error.  On that
-  platform we should probably do shutdown() instead.  However, on Unix
-  we are correct to call close(), because shutdown() discards
-  untransmitted data.
-
 
 DEVELOPMENT ----------------------------------------------------------
 
@@ -725,8 +714,6 @@ BUILD FARM -----------------------------------------------------------
 
 Add machines
 
-  AMDAHL UTS (Dave Dykstra)
-
   Cygwin (on different versions of Win32?)
 
   HP-UX variants (via HP?)