Skip to content

Commit 3790ed2

Browse files
committed
code cleanup
1 parent 03cd10a commit 3790ed2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pytcp/tests/integration/test__packet_handler__ethernet__tx.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@
549549
# Destination MAC : 02:00:00:00:00:91
550550
# Source MAC : 02:00:00:00:00:07
551551
# Ethertype : 0xffff (experimental)
552-
# Frame length : 16 bytes
552+
# Frame length : 14 bytes
553553
#
554554
# Payload
555-
# Bytes : ffff (placeholder payload from test harness)
555+
# Bytes : none (header-only frame used for the test)
556556
#
557557
# Summary: Raw Ethernet frame with caller-provided MAC addresses forwarded unchanged.
558558
b"\x02\x00\x00\x00\x00\x91\x02\x00\x00\x00\x00\x07\xff\xff",
@@ -576,10 +576,10 @@
576576
# Destination MAC : 02:00:00:00:00:91
577577
# Source MAC : 02:00:00:00:00:07 (stack filled)
578578
# Ethertype : 0xffff (experimental)
579-
# Frame length : 16 bytes
579+
# Frame length : 14 bytes
580580
#
581581
# Payload
582-
# Bytes : ffff (placeholder payload from test harness)
582+
# Bytes : none (header-only frame used for the test)
583583
#
584584
# Summary: Raw Ethernet frame with unspecified source automatically filled in before transmit.
585585
b"\x02\x00\x00\x00\x00\x91\x02\x00\x00\x00\x00\x07\xff\xff",

0 commit comments

Comments
 (0)