[openfirmware] [commit] r1814 - ofw/inet

repository service svn at openfirmware.info
Thu Jun 3 21:15:39 CEST 2010


Author: wmb
Date: Thu Jun  3 21:15:38 2010
New Revision: 1814
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1814

Log:
Call tcp_output when sending urgent data, to force buffer flushing.

Modified:
   ofw/inet/tcp.fth

Modified: ofw/inet/tcp.fth
==============================================================================
--- ofw/inet/tcp.fth	Fri May 21 22:53:41 2010	(r1813)
+++ ofw/inet/tcp.fth	Thu Jun  3 21:15:38 2010	(r1814)
@@ -2239,7 +2239,7 @@
    dup 0=  if  nip exit  then
    dup snd_una + 1- to snd_up          ( adr len )
    true to t_force                     ( adr len )
-   write                               ( len|-1 )
+   write tcp_output                    ( len|-1 )
    false to t_force                    ( len|-1 )
 ;
 



More information about the openfirmware mailing list