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

com.frostwire.jlibtorrent.alerts.PeerBanAlert Maven / Gradle / Ivy

There is a newer version: 1.2.0.18
Show newest version
package com.frostwire.jlibtorrent.alerts;

import com.frostwire.jlibtorrent.swig.peer_ban_alert;

/**
 * This alert is generated when a peer is banned because it has sent too many corrupt pieces
 * to us. ``ip`` is the endpoint to the peer that was banned.
 *
 * @author gubatron
 * @author aldenml
 */
public final class PeerBanAlert extends PeerAlert {

    public PeerBanAlert(peer_ban_alert alert) {
        super(alert);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy