项目作者: sleepybishop

项目描述 :
multipath packet allocator
高级语言: C
项目地址: git://github.com/sleepybishop/pathflow.git
创建时间: 2020-12-16T03:44:21Z
项目社区:https://github.com/sleepybishop/pathflow

开源协议:MIT License

下载


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:

  1. N: <number of paths>
  2. K: <number of packets in payload>
  3. Ps: <probability of success>

followed by N lines in the format

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

implementation based on AeroMTP