Add user PING support (#346)
- Add `share::PingPong`, which can send `Ping`s, and poll for the `Pong` from the peer.
This commit is contained in:
		| @@ -38,6 +38,7 @@ pub use self::bytes::{Buf, BufMut, Bytes, BytesMut, IntoBuf}; | ||||
|  | ||||
| pub use tokio_io::{AsyncRead, AsyncWrite}; | ||||
|  | ||||
| pub use std::thread; | ||||
| pub use std::time::Duration; | ||||
|  | ||||
| // ===== Everything under here shouldn't be used ===== | ||||
|   | ||||
		Reference in New Issue
	
	Block a user