1
2
3
4
5
//! P2P
//!
//! Will handle initiating the P2P and contains a protocol request handler.

mod request_handler;