Skip to content

Commit 3d1282f

Browse files
authored
Add back the link to MIT website
The link to MIT website works on non-Safari browsers. When using Safari, it forces https and the link will fail.
1 parent 3e8b4ec commit 3d1282f

File tree

1 file changed

+2
-1
lines changed
  • keps/sig-api-machinery/1040-priority-and-fairness

1 file changed

+2
-1
lines changed

keps/sig-api-machinery/1040-priority-and-fairness/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,8 @@ next section.
735735
This is based on fair queuing but is modified to deal with serving
736736
requests in an apiserver instead of transmitting packets in a router.
737737
You can find the original fair queuing paper at
738-
[ACM](https://dl.acm.org/citation.cfm?doid=75247.75248),
738+
[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),
739740
and an
740741
[implementation outline at Wikipedia](https://en.wikipedia.org/wiki/Fair_queuing).
741742
Our problem differs from the normal fair queuing problem in three

0 commit comments

Comments
 (0)