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

Generate and receive hight UDP traffic #4

Open
phpaiva opened this issue Jul 31, 2023 · 0 comments
Open

Generate and receive hight UDP traffic #4

phpaiva opened this issue Jul 31, 2023 · 0 comments

Comments

@phpaiva
Copy link

phpaiva commented Jul 31, 2023

I want to send and receive UDP traffic and measure latency and packet loss "on load".

With "socket" I failed in achieving high rates, but something does not let to surpass more than 6 Mbps aprox (tested on diferent hardware, Linyx and Windows).

I have found that Scapy can do this by using "sendpfast" which relays in "TCPReplay". But that method does not let me to insert a sequence number in the packet and individual timestamps, because "sendpfast" just allow to reproduce a .pcap o "loop" a fixed datagram.

Google bringed me here searching a way to use directly TCPReplay from python.

This module can achieve what I want?

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

No branches or pull requests

1 participant