Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 553 Bytes

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