Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Algorithm ¶
type Algorithm interface {
Iterate(*switches.Switch) switches.Match // Iterate runs algorithm in order to create match for next time-slot
}
Algorithm represents switching fabric algorithm
type ISLIP ¶
ISLIP represents Iterative Round-Robin with SLIP Matching Algorithm
type RRLQF ¶
type RRLQF struct { I int // contains filtered or unexported fields }
RRLQF represents Iterative Round-Robin with Longest Queue First Algorithm
Click to show internal directories.
Click to hide internal directories.