commit | 1e37e8a417dc36bc6da6828cd7c20dd53d4ba6a9 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Mar 06 17:51:31 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Fri Mar 06 17:51:31 2009 -0800 |
tree | af8e99c7a527413c5d9bfd438924e3a26f123a62 | |
parent | a4a10ed856509b9e1f8f2a53b90696e428a51014 [diff] |
document Conn interface better, in preparation for per-method interface documentation by mkdoc.pl. implement timeouts on network reads and use them in dns client. also added locks on i/o to ensure writes are not interlaced. R=r DELTA=340 (272 added, 25 deleted, 43 changed) OCL=25799 CL=25874