Skip to content

Link latency erroneously added to the Tx node #12

@Tobi-Alonso

Description

@Tobi-Alonso

If you have a Tx-Rx pair, the link latency is added to the runtime of both nodes, while in reality, that should only be added to the Rx node. That is, the runtime calculation should be:

  • Tx node runtime: data_size* BW
  • Rx node runtime: data_size* BW + latency

Although it might be small for a Tx-Rx pair, this discrepancy adds up and can become non negligible.

Metadata

Metadata

Assignees

Labels

untriagedIssues or PRs whose tags are not yet confirmed by repository maintainers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions