| Package | Description |
|---|---|
| org.johnnei.javatorrent.phases | |
| org.johnnei.javatorrent.torrent.algos.choking |
| Modifier and Type | Method and Description |
|---|---|
IChokingStrategy |
PhaseSeed.getChokingStrategy() |
IChokingStrategy |
PhaseData.getChokingStrategy() |
IChokingStrategy |
IDownloadPhase.getChokingStrategy()
Gets the choking strategy which is optimal for this phase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PermissiveStrategy
A simple choking strategy which attempt to get unchoked by everyone who has any piece we don't have and unchokes
anyone who's interested in us.
|
class |
PermissiveUploadStrategy
A choking strategy which doesn't care about us downloading and allows everyone to download from us.
|
Copyright © 2016. All rights reserved.