commit e8971ea0f1bfb26e2e05eea6e98a547dfb231bb9 [browse]
Author: Matt Joiner
Date: 2023-02-19 13:24:25 +11:00
Add unit test for relative availability after HaveNone
Could help with https://github.com/anacrolix/torrent/issues/813.
commit 48b3e66c76ff6284029b38521589dc7bbbf71ccd [browse]
Author: Matt Joiner
Date: 2023-02-19 12:08:23 +11:00
Add http and udp tracker server implementations
commit e8b04c7181588c362cf11d48ba88170742cb48e7 [browse]
Author: Matt Joiner
Date: 2023-02-18 18:35:22 +11:00
gofumpt
commit 81201050bcc05c68eff4b8a3bb156663aed8d96d [browse]
Author: dependabot[bot]
Date: 2023-02-18 16:06:17 +11:00
Bump golang.org/x/net from 0.5.0 to 0.7.0 (#819)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 2cb7121a93c7f534b9d78c98d0f3a3ab7e97043c [browse]
Author: Matt Joiner
Date: 2023-02-14 12:46:23 +11:00
Limit peer request data allocation
This follows up from abb5cbc96e301a4ca1f5df698b105ae8553ce1e9. We currently limit how many requests peers can send us, but didn't really check that peers didn't make us allocate huge amounts of space to buffer their requests. I'm sure there's some rough edges here.
clone the repository to get more history