]> granicus.if.org Git - transmission/commitdiff
(trunk libT) anal correctness fix in the blocklist comments
authorCharles Kerr <charles@transmissionbt.com>
Sun, 7 Nov 2010 02:53:50 +0000 (02:53 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 7 Nov 2010 02:53:50 +0000 (02:53 +0000)
libtransmission/blocklist.c

index 1910655f35e9fbc5f4d6d307b87a326005a68151..b96be009967868b618fb640279df8d65930a775d 100644 (file)
@@ -231,7 +231,9 @@ _tr_blocklistHasAddress( tr_blocklist     * b,
 }
 
 /*
- * bluetack format: "comment:x.x.x.x-y.y.y.y"
+ * P2P plaintext format: "comment:x.x.x.x-y.y.y.y"
+ * http://wiki.phoenixlabs.org/wiki/P2P_Format
+ * http://en.wikipedia.org/wiki/PeerGuardian#P2P_plaintext_format
  */
 static tr_bool
 parseLine1( const char * line, struct tr_ip_range * range )
@@ -266,7 +268,8 @@ parseLine1( const char * line, struct tr_ip_range * range )
 }
 
 /*
- * "000.000.000.000 - 000.255.255.255 , 000 , invalid ip"
+ * DAT format: "000.000.000.000 - 000.255.255.255 , 000 , invalid ip"
+ * http://wiki.phoenixlabs.org/wiki/DAT_Format
  */
 static tr_bool
 parseLine2( const char * line, struct tr_ip_range * range )