114115116117118119120121
address = taddr; port = tport; ttl = tttl; execSetRate(rate); bookKeepThread = new WakeUpThread2(BOOK_KEEP_INTERVAL, this); start(); }
425426427428429430431
notifyWho=null; } bytesSentLastInterval=0; bytesReceivedLastInterval=0; bookKeepThread = new WakeUpThread2(BOOK_KEEP_INTERVAL, this); }
119120121122123124125126
address = taddr; port = tport; local_port = lport; execSetRate(rate); bookKeepThread = new WakeUpThread2(BOOK_KEEP_INTERVAL, this); start(); }
457458459460461462463