summaryrefslogtreecommitdiffstats
path: root/scripts/stl/udp_1pkt.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/udp_1pkt.py')
-rw-r--r--scripts/stl/udp_1pkt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/stl/udp_1pkt.py b/scripts/stl/udp_1pkt.py
index 13516ecd..f2601d79 100644
--- a/scripts/stl/udp_1pkt.py
+++ b/scripts/stl/udp_1pkt.py
@@ -18,8 +18,8 @@ class STLS1(object):
return t[self.mode]
def create_stream (self):
- # create a base packet and pad it to size
- size = self.fsize - 4; # no FCS
+ # Create base packet and pad it to size
+ size = self.fsize - 4; # HW will add 4 bytes ethernet FCS
base_pkt = self.create_pkt_base ()