Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
btit_141_polish.php | 2007-05-02 | 29.2 kB | |
btit_141_greek.php | 2007-05-02 | 15.9 kB | |
Totals: 2 Items | 45.1 kB | 0 |
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