package
0.0.0-20200414115241-8f60dbe825c1
Repository: https://github.com/1995parham/inputbuffer.go.git
Documentation: pkg.go.dev

# Functions

NewDRRM builds new instance of drrm for n port switch.
NewISLIP builds new instance of iSLIP for n port switch that runs i iteration in each time-slot.
NewRemote builds new instance of remote alogrithm endpoint.
NewRRLQF builds new instance of RR/LQF for n port switch that runs i iteration in each time-slot.

# Structs

DRRM represents Dual Round Robin Matching Algorithm.
ISLIP represents Iterative Round-Robin with SLIP Matching Algorithm.
Remote represents endpoint for remote algorithm.
RRLQF represents Iterative Round-Robin with Longest Queue First Algorithm.

# Interfaces

Algorithm represents switching fabric algorithm.