Package jline.api.npfqn
Class Npfqn_traffic_split_rr
java.lang.Object
jline.api.npfqn.Npfqn_traffic_split_rr
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixDeterministic (round-robin) split degree of the departure stream of each station-class.
-
Method Details
-
npfqn_traffic_split_rr
Deterministic (round-robin) split degree of the departure stream of each station-class. An entry k > 1 means that the class-r departures of that station are dispatched one-in-k by a round-robin node, so that a downstream flow carrying a fraction p of them is the k-fold convolution thinned with probability q = k*p and has SCV 1+p*(d2-k), against the Markovian 1+p*(d2-1). An entry of 1 marks an ordinary probabilistic split. Only two topologies admit the deterministic rule: the station dispatches round-robin itself, or it feeds with probability one a router that does and whose pointer no other flow advances. Anything else falls back to 1.- Parameters:
sn- network structure- Returns:
- (M,K) matrix of split degrees
-