Commit 91b0b82 1 parent 5043807 commit 91b0b82 Copy full SHA for 91b0b82
File tree 1 file changed +4
-4
lines changed
p2p/host/resource-manager
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ type MetricsReporter interface {
27
27
AllowProtocol (proto protocol.ID )
28
28
// BlockProtocol is invoked when setting the protocol for a stream is blocked
29
29
BlockProtocol (proto protocol.ID )
30
- // BlockedProtocolPeer is invoekd when setting the protocol for a stream is blocked at the per protocol peer scope
30
+ // BlockProtocolPeer is invoked when setting the protocol for a stream is blocked at the per protocol peer scope
31
31
BlockProtocolPeer (proto protocol.ID , p peer.ID )
32
32
33
- // AllowPService is invoked when setting the protocol for a stream is allowed
33
+ // AllowService is invoked when setting the protocol for a stream is allowed
34
34
AllowService (svc string )
35
- // BlockPService is invoked when setting the protocol for a stream is blocked
35
+ // BlockService is invoked when setting the protocol for a stream is blocked
36
36
BlockService (svc string )
37
- // BlockedServicePeer is invoked when setting the service for a stream is blocked at the per service peer scope
37
+ // BlockServicePeer is invoked when setting the service for a stream is blocked at the per service peer scope
38
38
BlockServicePeer (svc string , p peer.ID )
39
39
40
40
// AllowMemory is invoked when a memory reservation is allowed
You can’t perform that action at this time.
0 commit comments