Some tweaks to determine what objects should be requested from other nodes, so they may arrive as quickly as possible.

This commit is contained in:
2016-10-31 06:21:36 +01:00
parent 7b14081c63
commit d3205336ed
8 changed files with 57 additions and 43 deletions

View File

@ -76,6 +76,7 @@ public class NetworkHandlerTest {
}
@Parameterized.Parameters
@SuppressWarnings("deprecation")
public static List<Object[]> parameters() {
return Arrays.asList(new Object[][]{
{new DefaultNetworkHandler(), new DefaultNetworkHandler()},