summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-05 22:29:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-05 22:29:19 +0000
commit5c62b53a647c42bf85db6f0a35ae95e974cd574a (patch)
treea326bc6a2b395ae0fb4343839ef453ab247333b2 /cpukit/ChangeLog
parent2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5c62b53a647c42bf85db6f0a35ae95e974cd574a.tar.bz2
2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libnetworking/kern/uipc_socket2.c, libnetworking/netinet/tcp_usrreq.c, libnetworking/netinet/udp_usrreq.c, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_glue.c: Add configuration parameters for network stack efficiency multiplier and default socket buffer sizes. Change default multiplier from 8 to 2 to match GNU/Linux. This has no impact on performance on the BSPs tested.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 59b334adc9..b56d45890e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,14 @@
+2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libnetworking/kern/uipc_socket2.c,
+ libnetworking/netinet/tcp_usrreq.c,
+ libnetworking/netinet/udp_usrreq.c,
+ libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_glue.c:
+ Add configuration parameters for network stack efficiency multiplier
+ and default socket buffer sizes. Change default multiplier from 8 to
+ 2 to match GNU/Linux. This has no impact on performance on the BSPs
+ tested.
+
2008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>
* rtems/Makefile.am, rtems/include/rtems/rtems/support.h: Added