mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 00:31:35 +00:00
eg. -> e.g.; ie. -> i.e. via repren (#592)
* eg. -> e.g.; ie. -> i.e. via repren * se.g. -> seg.
This commit is contained in:
committed by
Pierre Krieger
parent
4225d2631b
commit
0f3ef5ee0a
@ -73,7 +73,7 @@ pub trait ConnectionUpgrade<C> {
|
||||
|
||||
/// This method is called after protocol negotiation has been performed.
|
||||
///
|
||||
/// Because performing the upgrade may not be instantaneous (eg. it may require a handshake),
|
||||
/// Because performing the upgrade may not be instantaneous (e.g. it may require a handshake),
|
||||
/// this function returns a future instead of the direct output.
|
||||
fn upgrade(self, socket: C, id: Self::UpgradeIdentifier, ty: Endpoint) -> Self::Future;
|
||||
}
|
||||
|
Reference in New Issue
Block a user