We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8b227 commit 3d4b78dCopy full SHA for 3d4b78d
capnp-rpc/src/twoparty.rs
@@ -215,7 +215,8 @@ where
215
T: AsyncRead + Unpin,
216
{
217
/// Creates a new two-party vat network that will receive data on `input_stream` and send data on
218
- /// `output_stream`.
+ /// `output_stream`. (Typically, performance is best if these streams are buffered, possibly via
219
+ /// `futures::io::BufReader` and `futures::io::BufWriter`.)
220
///
221
/// `side` indicates whether this is the client or the server side of the connection. This has no
222
/// effect on the data sent over the connection; it merely exists so that `RpcNetwork::bootstrap` knows
0 commit comments