Direct network should be distnace 0
This commit is contained in:
parent
bed26e3020
commit
dcbe66d310
1 changed files with 1 additions and 1 deletions
2
peer.go
2
peer.go
|
@ -230,7 +230,7 @@ func (p *peer) handle(ctx context.Context) error {
|
|||
{
|
||||
RangeStart: p.cfg.EtherTalk.NetStart,
|
||||
RangeEnd: p.cfg.EtherTalk.NetEnd,
|
||||
Distance: 1,
|
||||
Distance: 0,
|
||||
},
|
||||
}
|
||||
p.tr.LocalSeq = 1
|
||||
|
|
Loading…
Reference in a new issue