- Timestamp:
- Dec 3, 2016 2:27:50 PM (4 years ago)
- Branches:
- master
- Children:
- 42efed5, 74cd5ce
- Parents:
- 5be077e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/util/MaskedIPSet.java
r5be077e2 rf461d48 35 35 * @param peer non-null 36 36 * @param mask is 1-4 (number of bytes to match) 37 * @return an opaque set of masked IPs for this peer38 37 */ 39 38 public MaskedIPSet(RouterContext ctx, Hash peer, int mask) { … … 49 48 * @param pinfo may be null 50 49 * @param mask is 1-4 (number of bytes to match) 51 * @return an opaque set of masked IPs for this peer52 50 */ 53 51 public MaskedIPSet(RouterContext ctx, RouterInfo pinfo, int mask) { … … 63 61 * @param pinfo may be null 64 62 * @param mask is 1-4 (number of bytes to match) 65 * @return an opaque set of masked IPs for this peer66 63 */ 67 64 public MaskedIPSet(RouterContext ctx, Hash peer, RouterInfo pinfo, int mask) {
Note: See TracChangeset
for help on using the changeset viewer.