Skip to content

sleepybishop/pathflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathflow

pathflow will determine the optimum set of packets to send via a collection of paths with known characteristics:

  • Throughput (packets/s)
  • Latency
  • Loss rate
  • Packets enqueued

the problem is defined in the problem.txt file, in the following format:

N: <number of paths>
K: <number of packets in payload>
Ps: <probability of success>

followed by N lines in the format

<packets/s> <latency> <loss rate> <packets in queue>

implementation based on AeroMTP

About

multipath packet allocator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published