This paper describes TCP outcast problem, which arises in the following setting:
[more]
Python generators
Summary from reading: “Generator Tricks for Systems Programmers” and “A Curious
Course on Coroutines and Concurrency” by David
Beazley
[more]
destutter
I read across Yaron Minsky’s article in ACM Queue, http://queue.acm.org/detail.cfm?id=2038036
[more]
Psaras & Tsaoussidis (2009) On the properties of an adaptive TCP Minimum RTO (ComCom)
RFC2988 says the minRTO should be 1 sec. The reason for that is due to two reasons: (1) clock granularity of the OS at that time, and (2) delay ack implementation is 200ms.
[more]
Aggarwal et al (2000) Understanding the Performance of TCP Pacing (INFOCOM)
A paper to investigate the pros and cons of TCP pacing.
[more]