ontio / ontology

Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
GNU Lesser General Public License v3.0
830 stars 290 forks source link

param reserveOnly for p2pserver invalid sometime #1238

Open dylenfu opened 4 years ago

dylenfu commented 4 years ago

suppose: S1,S2, S3, S4 as seed node, G1, G2, G3, G4 as gov node, N1, N2 as norm node

start all nodes and waiting seconds...

condition1: 1.reserveOnly = true, rsv = [N1] 3.S1 neighbors =[N1]

condition2: 1.reserveOnly = true, rsv = [N1] 2.G1 neighbors = [S2, S3, S4, G2, G3, G4, N1], reserverOnly invalid

laizy commented 4 years ago

why do you think this is invalid?