--- a/src/DIF/EFCP/DTP/DTPState.cc
+++ b/src/DIF/EFCP/DTP/DTPState.cc
@@ -47,10 +47,7 @@
       dtcpPresent =  true;
       //TODO A! create DTCP module here?
     }
-
-
   }
-
 }
 
 
@@ -70,6 +67,10 @@
   maxSeqNumRcvd = 0;
   nextSeqNumToSend = 1;
   qoSCube = NULL;
+
+  seqNumRollOverThresh = INT_MAX - 1;
+  lastSeqNumSent = 0;
+  ecnSet = false;
 
 }