Menu

Couple notes

2007-01-15
2013-04-08
  • kung_fu_31415962

    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.

     
    • kung_fu_31415962

      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;

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.