1
0
mirror of https://github.com/veggiedefender/torrent-client.git synced 2025-11-06 09:29:16 +02:00

Increase backlog to 5

This commit is contained in:
Jesse
2019-12-29 19:32:44 -05:00
parent 97f2be0747
commit 97dbe49f57

View File

@@ -12,7 +12,7 @@ import (
)
const maxBlockSize = 16384
const maxBacklog = 3
const maxBacklog = 5
// Peer encodes connection information for a peer
type Peer struct {