]> Sergey Matveev's repositories - btrtrc.git/commit
Fix keep-alive timer use in connection writer, and make connection a public type
authorMatt Joiner <anacrolix@gmail.com>
Tue, 22 Oct 2013 07:00:35 +0000 (18:00 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 22 Oct 2013 07:00:35 +0000 (18:00 +1100)
commit8df567e822459c602212547f7f8f674ac4c198e6
treefbfb7471a67ae0df561d766a04d10529aefdd046
parentd039436f55244c308e80c999c80089530b88edec
Fix keep-alive timer use in connection writer, and make connection a public type

I'm not sure if making this public is the right approach yet, but for now it's a good way to conditionally invoke methods on Client from external packages.
client.go