【发布时间】:2016-03-21 06:44:28
【问题描述】:
我发送一个抓取数据包,播种者、下载者和 leechers 总是返回为 0。
这是我的初始连接和爬虫代码。
public void scrape() {
for (final String infohash : infoHashes) {
hashes += infohash;
}
outStream.writeByte(hashes.getBytes());
}
例如我的输出是
3617635676834215396 0
【问题讨论】:
标签: java udp bittorrent