Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
131:774f7f367031
Parent:
126:62edacc9f14d
Child:
144:6bd5c54efc7d
--- a/tcp/tcb.h	Wed Mar 13 17:47:07 2019 +0000
+++ b/tcp/tcb.h	Tue Mar 19 12:12:26 2019 +0000
@@ -40,8 +40,9 @@
     Once all packets have been sent the application returns a data size less than MSS.
     Note that TCP needs to keep todo in case data has to be resent after the application thinks it has finished.
     */
-     int32_t todo;
-     bool    postComplete;
+     int32_t  todo;
+     bool     postComplete;
+     uint32_t delayUntil;
 };
 
 extern uint32_t    TcbGetIsn(void);