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

Wrong setting of packet number to be sent #233

Closed
OlivierTOMATO opened this issue Jul 24, 2023 · 1 comment
Closed

Wrong setting of packet number to be sent #233

OlivierTOMATO opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels

Comments

@OlivierTOMATO
Copy link

Hi, I am OlivierTOMATO. Just to mention a small error.
In the send.py file, https://github.com/KatharaFramework/Kathara-Labs/blob/main/main-labs/p4/04-mpls-basics/h1/send.py
you use sendp(pkt, iface=iface, verbose=True, loop=int(sys.argv[2]), inter=0.5) to send the packets.

However, to set the number of packets sent, we should set the parameter "count" to a certain number, rather than "loop". Therefore, I guess it should be count=int(sys.argv[2])

@tcaiazzi
Copy link
Member

Hi @OlivierTOMATO,

Thanks for opening the issue!

However, it is better to open issues related to labs in the Kathara-Labs repository.

I will close the issue here, waiting for it in the labs repository.

Thanks for the help,
Tommaso

@tcaiazzi tcaiazzi self-assigned this Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants