File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ peer ID already.
29
29
30
30
** Tests:** TODO
31
31
32
- ### Node shouldn't try to connect to itself
33
-
34
- The node can obtain its address from other peers. It shouldn't be used when connecting to new peers.
35
-
36
- ** Tests:** TODO
37
-
38
32
### Node shouldn't accept connection from itself
39
33
40
34
The node shouldn't accept a connection from a peer that uses the same peer id as
@@ -50,6 +44,12 @@ malicious node that uses the same peer ID.
50
44
- [ ` p2p_basic_outgoing(make_connection) ` ] ( ../node/testing/src/scenarios/p2p/basic_outgoing_connections.rs#L19 )
51
45
- [ ` p2p_basic_outgoing(make_multiple_connections) ` ] ( ../node/testing/src/scenarios/p2p/basic_outgoing_connections.rs#L74 )
52
46
47
+ ### Node shouldn't try to connect to itself
48
+
49
+ The node can obtain its address from other peers. It shouldn't use it when connecting to new peers.
50
+
51
+ ** Tests:** TODO
52
+
53
53
### Node should connect to all available initial peers
54
54
55
55
TODO: what if the number of initial peers exceeds the max number of peers?
You can’t perform that action at this time.
0 commit comments