This commit is contained in:
dmc
2024-01-25 20:21:51 +01:00
parent 2470b3185b
commit ee47b5f268
19 changed files with 104 additions and 111 deletions

View File

@@ -31,7 +31,7 @@ import b4a from 'b4a'
const dht = new DHT()
// This keypair is your peer identifier in the DHT
// This keypair is the peer identifier in the DHT
const keyPair = DHT.keyPair()
const server = dht.createServer(conn => {