Class PRUDPPacketReplyAnnounce

java.lang.Object
com.biglybt.net.udp.uc.PRUDPPacket
com.biglybt.net.udp.uc.PRUDPPacketReply
com.biglybt.core.tracker.protocol.udp.PRUDPPacketReplyAnnounce

public class PRUDPPacketReplyAnnounce extends PRUDPPacketReply
  • Field Details

    • interval

      protected int interval
    • BYTES_PER_ENTRY

      protected static final int BYTES_PER_ENTRY
      See Also:
    • addresses

      protected int[] addresses
    • ports

      protected short[] ports
  • Constructor Details

    • PRUDPPacketReplyAnnounce

      public PRUDPPacketReplyAnnounce(int trans_id)
    • PRUDPPacketReplyAnnounce

      protected PRUDPPacketReplyAnnounce(DataInputStream is, int trans_id) throws IOException
      Throws:
      IOException
  • Method Details