fun buildNewPeer(id: String = UUID.randomUUID().toString(), port: Int = findFreePort()): PeerDHT
Build a new peer
id - the peer's ID
id
port - the port the peer uses
port