2
0
mirror of synced 2025-02-24 06:38:14 +00:00
torrent/test/init_test.go
Matt Joiner d24922dc09 Add support for non-IP-based networks
Includes a test with unix sockets. Exposes AddDialer, AddListener, and reworks Peer.
2020-02-20 16:47:37 +11:00

10 lines
124 B
Go

package test
import (
"github.com/anacrolix/torrent"
)
func init() {
torrent.TestingTempDir.Init("torrent-test.test")
}