This change significantly reduces the weight of buffers latent on the heap by
using a shared 64KB buffer instead of one intermediate buffer for each frame.
Adds Peer#toString() and Peer#inspect()
Fixes Peer#connectTo() such that it returns a Connection.
Adds a missing TChannel#setWriteBufferMode(mode) method to retain
backward-compatibility with dependees that still need it.