You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open
stephendiadamo opened this issue
Dec 16, 2021
· 4 comments
· May be fixed by #139
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.
The text was updated successfully, but these errors were encountered:
@cometta Thank you for asking. No, I am currently not working on this ticket. I got caught up with other works, so I won't be able to look into this ticket at the moment. Would you like to work on this ticket?
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.
The text was updated successfully, but these errors were encountered: