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:
@ -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()},
|
||||
|
Reference in New Issue
Block a user