We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b4ec commit 3d1282fCopy full SHA for 3d1282f
keps/sig-api-machinery/1040-priority-and-fairness/README.md
@@ -735,7 +735,8 @@ next section.
735
This is based on fair queuing but is modified to deal with serving
736
requests in an apiserver instead of transmitting packets in a router.
737
You can find the original fair queuing paper at
738
-[ACM](https://dl.acm.org/citation.cfm?doid=75247.75248),
+[ACM](https://dl.acm.org/citation.cfm?doid=75247.75248) or
739
+[MIT](http://people.csail.mit.edu/imcgraw/links/research/pubs/networks/WFQ.pdf),
740
and an
741
[implementation outline at Wikipedia](https://en.wikipedia.org/wiki/Fair_queuing).
742
Our problem differs from the normal fair queuing problem in three
0 commit comments