Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/discovery/discovery_lan.ts>LANSession

Storage for private, distributed, offline-first applications.
Go to Latest
class LANSession
import { LANSession } from "https://deno.land/x/earthstar@v10.2.0/src/discovery/discovery_lan.ts";

Constructors

new
LANSession(opts: LANSessionOpts)

Properties

private
derivedSecret
private
keypair
private
onComplete: () => void
private
ourPort: number
private
targetPort
private
tcpProvider: TcpProvider
description: string
initiator: { appetite: SyncAppetite; } | undefined
partner
syncer