SCTP: fix overflow issue with timestamp
[vpp.git] / src / vnet / sctp / sctp_packet.h
index 0cee3f2..427e2f3 100644 (file)
@@ -713,7 +713,7 @@ typedef struct
   sctp_opt_params_hdr_t param_hdr;
 
   unsigned char mac[SHA1_OUTPUT_LENGTH];       /* RFC 2104 */
-  u32 creation_time;
+  u64 creation_time;
   u32 cookie_lifespan;
 
 } sctp_state_cookie_param_t;