Start refactoring protocol code into sub package. Move Packet Encoding and list of Commands. Change SetSelfReportedPorts parameters.

More related commits to follow!
This commit is contained in:
Kleissner
2021-10-17 16:28:19 +02:00
parent 2476146949
commit 0c7b1e0e03
18 changed files with 149 additions and 115 deletions

3
protocol/readme.md Normal file
View File

@@ -0,0 +1,3 @@
# Protocol
The Peernet Protocol is defined in the Whitepaper and implemented here accordingly.