XML-RPC 3.0 - Converted to client.execute...to HashMap in NetworkManager
PacketAckPacket - null pointers in toString, ToBytes
- Put a line to check for null Packets[], but systemic of dropped packets, will keep an eye out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just jotting down some items I found/fixed
Using JDK 1.5.0_07-b03 FC4
ANT 1.6.2
XML-RPC 3.0 - Converted to client.execute...to HashMap in NetworkManager
PacketAckPacket - null pointers in toString, ToBytes
- Put a line to check for null Packets[], but systemic of dropped packets, will keep an eye out.
LowerHeader.java
getID() {
byte byte_6=bytes.get(6);
byte byte_7=bytes.get(7);
compile time...bytes not defined.
added field bytes
ByteBuffer bytes
in constructor
public LowerHeader....
this.bytes = bytes;