Skip to content

Use multiple queues (one per connection) for better parallelization in the network layer since currently there is just one queue for the entire network. #125

@stephendiadamo

Description

@stephendiadamo

Currently the Network component has a single packet queue in which all Host packets arrive. They are processed in FIFO order. This may cause congestion if some parts of the network are sending more packets than others and therefore the network should use one queue per connection so that traffic is sent fairly throughout the network.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions