|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat May 26 21:46:12 CEST 2007
Subject: [cvs-checkins] MODIFIED: mlite ...
Date: 00/07/05 26:21:46 Modified: mlite/kernel tcpip.h Log: Added socket->timeoutReset Revision Changes Path 1.9 mlite/kernel/tcpip.h http://www.opencores.org/cvsweb.shtml/mlite/kernel/tcpip.h.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: tcpip.h =================================================================== RCS file: /cvsroot/rhoads/mlite/kernel/tcpip.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- tcpip.h 19 May 2007 23:44:26 -0000 1.8 +++ tcpip.h 26 May 2007 19:46:11 -0000 1.9 @@ -56,6 +56,7 @@ uint32 seqWindow; uint32 ack; uint32 timeout; + uint32 timeoutReset; uint8 headerSend[38]; uint8 headerRcv[38]; struct IPFrame *frameReadHead;
|