# HG changeset patch # User Francisco J Ballesteros # Date 1316078331 -7200 # Node ID b5bc0d3c28d98b12d1b74bc0ab7fd8c0112ba0c4 # Parent 8be5a2c78a6508ab1b15ba283ec3798dc4a67298 fix for tubes: comment was missing R=nix-dev CC=nix-dev http://codereview.appspot.com/5020047 diff -r 8be5a2c78a65 -r b5bc0d3c28d9 sys/src/libtube/tube.c --- a/sys/src/libtube/tube.c Thu Sep 15 10:37:17 2011 +0200 +++ b/sys/src/libtube/tube.c Thu Sep 15 11:18:51 2011 +0200 @@ -1,6 +1,22 @@ #include #include #include +/* + * Ten movies streaming across that, that Internet, and what happens to + * your own personal Internet? I just the other day got… an Internet was + * sent by my staff at 10 o'clock in the morning on Friday. I got it + * yesterday [Tuesday]. Why? Because it got tangled up with all these + * things going on the Internet commercially. + * + * […] They want to deliver vast amounts of information over the + * Internet. And again, the Internet is not something that you just dump + * something on. It's not a big truck. It's a series of tubes. And if + * you don't understand, those tubes can be filled and if they are + * filled, when you put your message in, it gets in line and it's going + * to be delayed by anyone that puts into that tube enormous amounts of + * material, enormous amounts of material. + * -- Ted Stevens, Alaskan Senator + */ enum{Block, Dontblock, Already}; /* xsend() nb argument */