HfscClass is a representation of the HFSC class
| 166 | |
| 167 | // HfscClass is a representation of the HFSC class |
| 168 | type HfscClass struct { |
| 169 | ClassAttrs |
| 170 | Rsc ServiceCurve |
| 171 | Fsc ServiceCurve |
| 172 | Usc ServiceCurve |
| 173 | } |
| 174 | |
| 175 | // SetUsc sets the USC curve. The bandwidth (m1 and m2) is specified in bits and the delay in |
| 176 | // seconds. |
nothing calls this directly
no outgoing calls
no test coverage detected