Skip to content

Commit

Permalink
feat(libp2p v0.18.0): add resource manager stats/limit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis authored and marten-seemann committed Mar 4, 2022
1 parent c4fb623 commit a89390d
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 37 deletions.
2 changes: 2 additions & 0 deletions core/commands/commands_test.go
Expand Up @@ -237,11 +237,13 @@ func TestCommands(t *testing.T) {
"/swarm/filters",
"/swarm/filters/add",
"/swarm/filters/rm",
"/swarm/limit",
"/swarm/peers",
"/swarm/peering",
"/swarm/peering/add",
"/swarm/peering/ls",
"/swarm/peering/rm",
"/swarm/stats",
"/tar",
"/tar/add",
"/tar/cat",
Expand Down

0 comments on commit a89390d

Please sign in to comment.