Home
last modified time | relevance | path

Searched refs:ID_BT_DHT_PORT (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/bittorrent/
H A DBTMessage.java66 public static final String ID_BT_DHT_PORT = "BT_DHT_PORT"; field
67 public static final byte[] ID_BT_DHT_PORT_BYTES = ID_BT_DHT_PORT.getBytes();
H A DBTDHTPort.java70 public String getID() {return BTMessage.ID_BT_DHT_PORT;} in getID()
H A DBTMessageFactory.java103 …legacy_data.put( BTMessage.ID_BT_DHT_PORT, new LegacyData( RawMessage.PRIORITY_LOW, true, null, (b… in legacy_data.put() argument
104 id_to_name[9] = BTMessage.ID_BT_DHT_PORT;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/azureus/
H A DAZMessageFactory.java71 …legacy_data.put( BTMessage.ID_BT_DHT_PORT, new LegacyData( RawMessage.PRIORITY_LOW, false, null ) … in legacy_data.put() argument
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/peer/impl/transport/
H A DPEPeerTransportProtocol.java2979 else if (id == BTMessage.ID_BT_DHT_PORT) in decodeAZHandshake()
4221 if (message_id.equals(BTMessage.ID_BT_DHT_PORT)) { in registerForMessageHandling()