summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stream.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-01-26 16:57:41 -0500
committerimarom <imarom@cisco.com>2016-01-26 16:57:41 -0500
commitea3f39cd42ea667d1928564a25bffca19275cfeb (patch)
treee66c13220f660857f5adc69f36d5241c2ed1e80a /src/stateless/cp/trex_stream.h
parentdb6254e3c59ef887ff41ff2aff44349010bd6bad (diff)
1. fixed failing regression test
2. enabled STL nose tests 3. fixed packet size padding to 60
Diffstat (limited to 'src/stateless/cp/trex_stream.h')
-rw-r--r--src/stateless/cp/trex_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stateless/cp/trex_stream.h b/src/stateless/cp/trex_stream.h
index 6bb30cf9..80d64ec5 100644
--- a/src/stateless/cp/trex_stream.h
+++ b/src/stateless/cp/trex_stream.h
@@ -125,7 +125,7 @@ public:
virtual ~TrexStream();
/* defines the min max per packet supported */
- static const uint32_t MIN_PKT_SIZE_BYTES = 60;
+ static const uint32_t MIN_PKT_SIZE_BYTES = 14;
static const uint32_t MAX_PKT_SIZE_BYTES = MAX_PKT_SIZE;
/* provides storage for the stream json*/