Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tcp/tcb.h
- Revision:
- 131:774f7f367031
- Parent:
- 126:62edacc9f14d
- Child:
- 144:6bd5c54efc7d
diff -r ebe9bc4e5067 -r 774f7f367031 tcp/tcb.h
--- 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);