diff options
author | David Dykstra <dwd@samba.org> | 2003-01-27 03:36:54 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 2003-01-27 03:36:54 +0000 |
commit | f0019fc506808d19233aa712216c8de72bd0a2f6 (patch) | |
tree | 5d091380abeed637c70568ae6b18a9a6d14c888d /TODO | |
parent | 9f639210ca71c548b76d311d826899ed36f98372 (diff) | |
download | rsync-f0019fc506808d19233aa712216c8de72bd0a2f6.tar.gz rsync-f0019fc506808d19233aa712216c8de72bd0a2f6.tar.bz2 rsync-f0019fc506808d19233aa712216c8de72bd0a2f6.zip |
Remove the "Connection reset by peer" from TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -591,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 ---------------------------------------------------------- |