add files

This commit is contained in:
2021-04-11 01:26:55 +04:00
parent d2b050b14b
commit fdbb7bc587
77 changed files with 10832 additions and 0 deletions

13
p2p/README Normal file
View File

@@ -0,0 +1,13 @@
P2P module
===========
(Techniques to get over NAT)
- UPNP implementation
- DMZ to be used if UPNP does not work
- Port forwarding for future release
(Discovery of Nodes)
- Connect to reliable connection (that has some knowledge)
- Check if the connection is still open (If not instruct the server to remove from table)
- According speed tests
- Send list of servers connection open
- default 100 MB (to store tables of ip records)