121122123124125126127128
return; } this.startTime = System.currentTimeMillis(); for (int i = 0; i < this.messages; i++) { this.handler.sendMessage(new Envelope(Version.VERSION1, Type.REQUEST, new byte[175])); } }
119120121122123124125126