aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-18 04:21:49 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit0b31186fe54cecd238583c060e7bd6ce9a9b1fe9 (patch)
tree23c78609cf90c69a9a143eeb031c0baa8ff36bf9 /README.md
parent8bc307024e1331811ccdea34d4eb5eb737b7c891 (diff)
Resend data if it fails
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78e8cc4..2d70bf8 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,5 @@ Used by timestamp and action counter
## Packet sorting
When you get packets from remote peers, you might get NodeAddData before Node, in that case the packets should not be discarded but there should be
a flag for NodeAddData to handle such situations
+## Resend packet
+If you get disconnected before data is sent or you send data when everybody else is offline, then resend the data when you reconnect (dhtKey.getResendOldDataKey)