Changeset 11389
- Timestamp:
- Nov 7, 2010, 2:53:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/blocklist.c
r11368 r11389 232 232 233 233 /* 234 * bluetack format: "comment:x.x.x.x-y.y.y.y" 234 * P2P plaintext format: "comment:x.x.x.x-y.y.y.y" 235 * http://wiki.phoenixlabs.org/wiki/P2P_Format 236 * http://en.wikipedia.org/wiki/PeerGuardian#P2P_plaintext_format 235 237 */ 236 238 static tr_bool … … 267 269 268 270 /* 269 * "000.000.000.000 - 000.255.255.255 , 000 , invalid ip" 271 * DAT format: "000.000.000.000 - 000.255.255.255 , 000 , invalid ip" 272 * http://wiki.phoenixlabs.org/wiki/DAT_Format 270 273 */ 271 274 static tr_bool
Note: See TracChangeset
for help on using the changeset viewer.