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

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

package org.libtorrent4j.alerts;

import org.libtorrent4j.swig.peer_unsnubbed_alert;

/**
 * This alert is generated when a peer is unsnubbed. Essentially when it was snubbed for stalling
 * sending data, and now it started sending data again.
 *
 * @author gubatron
 * @author aldenml
 */
public final class PeerUnsnubbedAlert extends PeerAlert {

    public PeerUnsnubbedAlert(peer_unsnubbed_alert alert) {
        super(alert);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy