]> Sergey Matveev's repositories - btrtrc.git/commit - tracker/client.go
Add ability to set DialContext/ListenPacket for tracker announcements (#760)
authorCraig Campbell <me@craig.is>
Thu, 7 Jul 2022 05:51:58 +0000 (01:51 -0400)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2022 05:51:58 +0000 (15:51 +1000)
commitf120b93e1c618e9890efcce769e8c4af02f90bd8
tree08d5b4ab50620982ba94cc7d4274e791d86bb2ac
parent75cc4e98d4ae847b990d5a4292ed0deafa2edb92
Add ability to set DialContext/ListenPacket for tracker announcements (#760)

This is useful if you want to use a custom dialer to proxy requests via
an external server since the HTTPProxy can only be used with tcp
trackers and not udp.
config.go
tracker/client.go
tracker/http/client.go
tracker/tracker.go
tracker/udp/conn-client.go
tracker_scraper.go