captcp
                                
                                 captcp copied to clipboard
                                
                                    captcp copied to clipboard
                            
                            
                            
                        UDP Throughput calculation
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?
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!