ssnetsim / supersim

A flexible event-driven cycle-accurate network simulator
Apache License 2.0
8 stars 1 forks source link

Support store and forward #26

Closed nicmcd closed 4 years ago

nicmcd commented 4 years ago

To support store and forward, the input queue pipeline could wait until the queue occupancy is at least as large as the current packet. This will have the effect to wait for the whole packet to be received before starting the routing process. This should be optional. An assert should be present that checks that the queue is large enough to hold the full packet.

nicmcd commented 4 years ago

27 added SNF to the output queued router