client.go | 3 --- diff --git a/client.go b/client.go index 610b9fe4061d4daedd640f2fc410e544d910bd5a..465f10629d82698a3a9e7d2679266537ddd20c2e 100644 --- a/client.go +++ b/client.go @@ -20,7 +20,6 @@ "path/filepath" "sort" "strconv" "strings" - "syscall" "time" "github.com/anacrolix/missinggo/perf" @@ -99,8 +98,6 @@ // impact of a few bad apples. 4s loses 1% of successful handshakes that // are obtained with 60s timeout, and 5% of unsuccessful handshakes. btHandshakeTimeout = 4 * time.Second handshakesTimeout = 20 * time.Second - - pruneInterval = 10 * time.Second // These are our extended message IDs. metadataExtendedId = iota + 1 // 0 is reserved for deleting keys