summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 3d0e7564ce..54c410a78e 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-25 Eric Norum <eric.norum@usask.ca>
+
+ * lib/tftpDriver.c: Reduce first timeout interval. This
+ improves throughput on systems which are dropping packets.
+ Only the first timeout is reduced. This keeps the number
+ of extra packets down on networks that are very busy and
+ dropping lots of packets.
+
2001-01-24 Sergei Organov <osv@javad.ru>
* rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements