go-waku/cmd/waku
Prem Chaitanya Prathi 34de2941c7
Feat/peer manager (#596)
* chore: refactor existing code into peer maanger package

* feat: move peer connection related code into peer manager

* feat: in relay peer connection pruning

* feat: add max-connections CLI flag and limit outRelayPeers based on max-connections #621

* tested both in and out relay connection limits

Co-authored-by: richΛrd <info@richardramos.me>

* Review comment, use context to pause connectivity loop during node shutdown.

Co-authored-by: richΛrd <info@richardramos.me>

* address review comments


---------

Co-authored-by: richΛrd <info@richardramos.me>
2023-08-03 21:51:15 +05:30
..
rest Feat/peer manager (#596) 2023-08-03 21:51:15 +05:30
rpc Feat/peer manager (#596) 2023-08-03 21:51:15 +05:30
flags.go Feat/peer manager (#596) 2023-08-03 21:51:15 +05:30
flags_no_rln.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
flags_rln.go refactor: use uint instead of int for RLN indexes 2023-08-03 11:17:50 -04:00
main.go Feat/peer manager (#596) 2023-08-03 21:51:15 +05:30
node.go Feat/peer manager (#596) 2023-08-03 21:51:15 +05:30
node_no_rln.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
node_rln.go feat(rln-relay): pass in index to keystore credentials 2023-08-03 11:17:50 -04:00
options.go Feat/peer manager (#596) 2023-08-03 21:51:15 +05:30
sys_not_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_windows.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00