[openfirmware] [commit] r2838 - ofw/inet

repository service svn at openfirmware.info
Mon Jan 23 18:55:45 CET 2012


Author: wmb
Date: Mon Jan 23 18:55:44 2012
New Revision: 2838
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2838

Log:
TCP - further reduced the receive window size because of problems with WLAN buffer overrun.

Modified:
   ofw/inet/tcp.fth

Modified: ofw/inet/tcp.fth
==============================================================================
--- ofw/inet/tcp.fth	Tue Jan 17 22:49:12 2012	(r2837)
+++ ofw/inet/tcp.fth	Mon Jan 23 18:55:44 2012	(r2838)
@@ -1961,7 +1961,7 @@
    \ size this dynamically based on the network interface characteristics
    \ (speed, buffering), but for now we don't have suitable information
    \ in the network interface device node.
-   d# 1024 8 *  to rbuf-len
+   d# 1024 4 *  to rbuf-len
    rbuf-len alloc-mem to rbuf-adr
    0 to rbuf-actual
 



More information about the openfirmware mailing list