wip
This commit is contained in:
12
README.md
12
README.md
@@ -8,6 +8,10 @@
|
||||
* Peer: local peer discovery - part of RoutingProcessor
|
||||
* Peer: update hub w/ latest port on startup
|
||||
|
||||
## Learnings
|
||||
|
||||
* Encryption / decryption is 20x faster than signing/opening.
|
||||
|
||||
## Principles
|
||||
|
||||
* Creates an IPv4/24 network with a maximum of 254 peers. (1-254)
|
||||
@@ -107,3 +111,11 @@ TimeoutStopSec=24
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Sub-packets
|
||||
|
||||
If we make our MTU large, like 8k, our computations become more efficient.
|
||||
|
||||
We can send packets with header like:
|
||||
|
||||
Reference in New Issue
Block a user