AnnounceResponse
import type { AnnounceResponse } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";
interface AnnounceResponse {
complete: number;
incomplete: number;
interval: number;
peers: AnnouncePeer[];
}§Properties
§
peers: AnnouncePeer[]
[src]List of peers that the client can connect to