ipsec: IPSec protection for multi-point tunnel interfaces
[vpp.git] / src / vnet / tcp / tcp_packet.h
index 9ccfe65..1e637a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Cisco and/or its affiliates.
+ * Copyright (c) 2016-2019 Cisco and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -143,9 +143,8 @@ typedef struct _sack_block
 typedef struct
 {
   u8 flags;            /** Option flags, see above */
-
-  u16 mss;             /**< Maximum segment size advertised */
   u8 wscale;           /**< Window scale advertised */
+  u16 mss;             /**< Maximum segment size advertised */
   u32 tsval;           /**< Timestamp value */
   u32 tsecr;           /**< Echoed/reflected time stamp */
   sack_block_t *sacks; /**< SACK blocks */