refactor(network): `Conn` -> `Protocol`
- renamed
Conn
->Protocol
- Also
Protocol
struct moved intoprotocol
module root
Conn
name is confusing as that struct doesn't actually manage a real connection. The ambiguity was noticed by @rosik
Edited by Егор Ивков