Home Previous Up Next Index

Murmur::Ban

Overview

struct Ban

A single ip mask for a ban.

Used By

BanList

Data Member Index

address
IPv4 address to ban, represented as a single integer.
bits
Number of bits in ban to apply.

Data Members

int address;

IPv4 address to ban, represented as a single integer.

int bits;

Number of bits in ban to apply. This uses CIDR notation, so putting 24 here is the equivalent of netmask 255.255.255.0.


Home Previous Up Next Index