private int port13 = 4013;
@Test
public void testGetBestSmoothingFactor() throws IOException {
PeerDHT peer = new PeerBuilderDHT(new PeerBuilder(new Number160(peerId)).ports(port7).start()).start();
AutoReplication automaticReplication = new AutoReplication(peer.peer());
automaticReplication.reliability(reliability);
ArrayList<Integer> x = new ArrayList<Integer>();
ArrayList<Double> y = new ArrayList<Double>();