mirror of
https://github.com/ngosang/trackerslist.git
synced 2026-04-25 09:25:59 +03:00
[GH-ISSUE #504] UDP Tracker IPv4 + IPv6 mixed use probability error #416
Labels
No labels
bug
enhancement
help wanted
pull-request
question
waiting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trackerslist-ngosang#416
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lirener on GitHub (Jan 30, 2024).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/504
你好 boss!最近我捕捉到了一个概率性错误
hey boss! Recently I caught a probabilistic error
udp tracker ipv4+ipv6混合使用概率出错
UDP Tracker IPv4 + IPv6 mixed use probability error
Refer to the application error reason(应用错误原因参考)
look this:https://github.com/webtorrent/bittorrent-tracker/issues/508
所以我必须分开ipv4和ipv6 udp tracker 变更后tracker如下:
So I have to separate the IPv4 and IPv6 udp tracker after the change tracker is as follows:
@ngosang commented on GitHub (Feb 11, 2024):
Added. Thank you!