All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.libtorrent4j.alerts.LsdPeerAlert Maven / Gradle / Ivy

The newest version!
package org.libtorrent4j.alerts;

import org.libtorrent4j.swig.lsd_peer_alert;

/**
 * This alert is generated when we receive a local service discovery message
 * from a peer for a torrent we're currently participating in.
 *
 * @author gubatron
 * @author aldenml
 */
public final class LsdPeerAlert extends PeerAlert {

    LsdPeerAlert(lsd_peer_alert alert) {
        super(alert);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy