-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f26a4be
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 速查:UTP Flags 含义 | ||
|
||
不同下载器可能使用不同的标记来显示 Peers 的状态,请查看对应下载器的部分 | ||
|
||
## qBittorrent | ||
|
||
d = 您:期待下载╱他:拒绝上传 | ||
D = 您:期待下载╱他:同意上传 | ||
u = 他:期待下载╱您:拒绝上传 | ||
U = 他:期待下载╱您:同意上传 | ||
K = 您:不想下载╱他:同意上传 | ||
? = 他:不想下载╱您:同意上传 | ||
O = 多传者优先 | ||
S = 下载者突然停止 | ||
I = 传入连接 | ||
H = 来自 DHT 的下载者 | ||
X = 来自 PEX 的下载者 | ||
L = 来自 LSD 的下载者 | ||
E = 加密的流量 | ||
e = 加密握手 | ||
|
||
## Transmission | ||
|
||
O = 积极解锁(Optimistic unchoke) // PBH-BTN: 多传者优先 | ||
D = 正从此节点下载 | ||
d = 若对方允许,将从此节点下载 | ||
U = 正上传至此节点 | ||
u = 若对方请求,将上传至此节点 | ||
K = 节点已对我们解锁,但我们不感兴趣 | ||
? = 我们已解锁此节点,但对方不感兴趣 | ||
E = 加密连接 | ||
X = 通过节点交换(PEX)找到的节点 | ||
H = 通过 DHT 找到的节点 | ||
I = 通过入站连接的节点 | ||
T = 通过 µTP 协议连接到的节点 |