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

UDP Throughput calculation #25

Open
new44ever opened this issue Jul 6, 2014 · 1 comment
Open

UDP Throughput calculation #25

new44ever opened this issue Jul 6, 2014 · 1 comment
Assignees
Labels

Comments

@new44ever
Copy link

I need to calculate the throughput over a trace contains only UDP packets.
I try the program first but it terminated therefore I check the code and I find that:
In throughput module class, the program check if the packet is part of TCP flow in line (2805). TCP or UDP has no effect in the remain of the code.

can you help me?

@hgn hgn added the feature label Jul 28, 2014
@hgn hgn self-assigned this Jul 28, 2014
@hgn
Copy link
Owner

hgn commented Jul 28, 2014

Hey @new44ever - captcp is designed for TCP. But as you already wrote the implementation is not TCP agnostic in every line of code. I will check the code path!

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