Skip to content

refactor(network): `Conn` -> `Protocol`

Егор Ивков requested to merge conn-named-protocol into master
  • renamed Conn -> Protocol
  • Also Protocol struct moved into protocol module root

Conn name is confusing as that struct doesn't actually manage a real connection. The ambiguity was noticed by @rosik

Edited by Егор Ивков

Merge request reports