Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw TCP over IPv4 traffic with fixed source and destination ports #6

Closed
ankiroy8 opened this issue Aug 24, 2022 · 0 comments · Fixed by #23
Closed

Raw TCP over IPv4 traffic with fixed source and destination ports #6

ankiroy8 opened this issue Aug 24, 2022 · 0 comments · Fixed by #23
Assignees

Comments

@ankiroy8
Copy link
Contributor

ankiroy8 commented Aug 24, 2022

Config

  • Two back-to-back connected test ports
    • One for tx
    • Another for rx
  • One Flow with,
    • Fixed frame size of 128B
    • Rate of 50 PPS
    • Packet count 100
    • Packet headers ethernet, ipv4 and tcp
  • TCP header with,
    • Fixed source port
    • Fixed destination port

Validation

  • Push configuration
  • Start capture on rx port
  • Start transmit on tx port
  • Wait until following is as expected,
    • Frames tx/rx, bytes tx/rx and transmit state in flow metrics
  • Fetch capture and ensure following is as expected,
    • ethernet.ether_type
    • ipv4.protocol, ipv4.total_length
    • tcp.src_port, tcp.dst_port
    • size of each frame
    • (best effort) checksum of all headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant