Name | Modified | Size | Downloads / Week |
---|---|---|---|
BtiTracker | 2011-05-18 | ||
OldFiles | 2007-05-23 | ||
README | 2011-05-18 | 971 Bytes | |
Totals: 3 Items | 971 Bytes | 2 |
IPV6 IS NOT NATIVELY SUPPORTED BY BTIT 1.4.X Apply the patch ONLY if you experiment problems with IPv6 Patch by free2malloc (Thank you) http://sourceforge.net/tracker/?func=detail&aid=3104244&group_id=146822&atid=766508 This patch provides full IPv6 support to Bti including compressed peer lists via bencoded peers6 as described in: http://bittorrent.org/beps/bep_0007.html Since mysql doesn't currently have any native functions for manipulating ipv6 addresses, this patch uses the function extensions available at: http://labs.watchmouse.com/2009/10/extending-mysql-5-with-ipv6-functions/ The storage type of IP addresses of both protocols within the database schema has been changed to varbinary(16), although other methods for storage are also possible, as discussed in: http://www.koopman.me/2008/04/storing-ipv6-ips-in-mysql/ This patch doesn't include incremental updates for the SQL schema, but does include an updated sql/database.sql