vpncloud/ROADMAP.md

31 lines
711 B
Markdown
Raw Normal View History

2021-06-24 09:29:06 +00:00
# Roadmap
## Multithreading functionality
- [x] Timeout for device read
- [x] Timeout for net read
- [x] Check how async affects performance
- [x] Sync traffic stats
- [x] Sync forwarding table
2022-09-23 21:24:08 +00:00
- [x] Fix WS Proxy code
- [x] Fix Ctrl-C
2022-09-23 21:05:22 +00:00
- [x] Fix auto-claim IP
2021-06-24 09:29:06 +00:00
2022-09-25 13:03:19 +00:00
## More threads
- [ ] abstract socket + peers + traffic + table into one class + shared part
- [ ] management thread
- [ ] Send peer list
- [ ] Statsd
- [ ] Write out stats
- [ ] Port forwarding
## VIA Feature
- [ ] Implement message type VIA for relaying messages
- [ ] Advertize VIA addresses (optional) as claims from own peers
- [ ] Use VIA if no peer found
- [ ] Make sure VIA does not recurse
- [ ] Allow enabling VIA in config
2021-06-24 09:29:06 +00:00
## REST API