ndt-project / ndt

Network Diagnostic Tool
Other
178 stars 45 forks source link

Tracing packets from all streams #192

Open skostuch opened 9 years ago

skostuch commented 9 years ago

From group: "With MultiplePorts branch being merged into master we will get some new functionalities related to download/upload test, one of them is possibility to use multiple TCP streams instead of just one. However this arises some another issue. So far we just had one stream and all packets from there were being tracked and later used for some network diagnosis or calculations. What should be the behaviour now? Should we capture all packets from all streams and use them to obtain independent results or should we change the way we determine some values so that they may be also even more accurate nowadays etc?"

aaronmbr commented 9 years ago

Capture all packets but for now just calculate stats off the first stream. It can be a next step to build stats across multiple streams.