Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
82:20781198d26d
Parent:
80:4ef1500fca1d
Child:
83:08c983006a6e
--- a/tcp/tcb.h	Thu Nov 15 17:36:08 2018 +0000
+++ b/tcp/tcb.h	Thu Nov 15 18:42:42 2018 +0000
@@ -13,6 +13,7 @@
 {
     int      state;
     uint32_t timeSendsBeingAcked; //Used for RTO
+    int      countSendsNotAcked;  //Used for RTO
     uint32_t timeLastRcvd;        //Used for detect idle links
     int      ipType;
     int      remArIndex;          //Unique per remote ip when taken with the ipType