feat(p2p): p2p torrents replication
This commit is contained in:
@ -64,6 +64,7 @@ class p2p {
|
||||
|
||||
// new peer with peer exchange
|
||||
this.on('peer', (peer) => {
|
||||
console.log('got peer exchange', peer)
|
||||
this.add(peer)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user