• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

tests/H13-Aug-2017-2917

MakefileH A D03-May-20222.5 KiB8838

READMEH A D13-Aug-20171.2 KiB3122

README_v6H A D13-Aug-2017116 21

opentracker-ipv6.cH A D13-Aug-201719.7 KiB667535

opentracker.cH A D13-Aug-201719.7 KiB667535

opentracker.conf.sampleH A D13-Aug-20173.9 KiB107100

ot_accesslist.cH A D13-Aug-20179.5 KiB314227

ot_accesslist.hH A D13-Aug-20172.6 KiB8046

ot_clean.cH A D13-Aug-20174 KiB14096

ot_clean.hH A D13-Aug-2017553 208

ot_fullscrape.cH A D13-Aug-20178.2 KiB250174

ot_fullscrape.hH A D13-Aug-2017413 2311

ot_http.cH A D13-Aug-201723.4 KiB636494

ot_http.hH A D13-Aug-2017799 3019

ot_iovec.cH A D13-Aug-20172.2 KiB7753

ot_iovec.hH A D13-Aug-2017643 209

ot_livesync.cH A D13-Aug-20176.4 KiB217139

ot_livesync.hH A D13-Aug-20171.8 KiB7319

ot_mutex.cH A D13-Aug-20178.9 KiB337235

ot_mutex.hH A D13-Aug-20172.6 KiB7655

ot_rijndael.cH A D13-Aug-201725.3 KiB491434

ot_rijndael.hH A D13-Aug-2017608 237

ot_stats.cH A D13-Aug-201727.7 KiB774658

ot_stats.hH A D13-Aug-20171.2 KiB5341

ot_sync.cH A D13-Aug-20174.7 KiB16798

ot_sync.hH A D13-Aug-2017439 2513

ot_udp.cH A D13-Aug-20176.9 KiB216155

ot_udp.hH A D13-Aug-2017314 135

ot_vector.cH A D13-Aug-20179.6 KiB267187

ot_vector.hH A D13-Aug-20171.2 KiB3522

proxy.cH A D13-Aug-201726.6 KiB845645

scan_urlencoded_query.cH A D13-Aug-20174.7 KiB14480

scan_urlencoded_query.hH A D13-Aug-20171.7 KiB5618

sync_daemon.plH A D13-Aug-201710 KiB295176

trackerlogic.cH A D13-Aug-201715 KiB458354

trackerlogic.hH A D13-Aug-20174.8 KiB173113

README

1This is opentracker. An open bittorrent tracker.
2
3You need libowfat (http://www.fefe.de/libowfat/).
4
5Steps to go:
6
7cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat
8cd libowfat
9make
10cd ..
11cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co opentracker
12cd opentracker
13make
14./opentracker
15
16This tracker is open in a sense that everyone announcing a torrent is welcome to do so and will be informed about anyone else announcing the same torrent. Unless
17-DWANT_IP_FROM_QUERY_STRING is enabled (which is meant for debugging purposes only), only source IPs are accepted. The tracker implements a minimal set of
18essential features only but was able respond to far more than 10000 requests per second on a Sun Fire 2200 M2 (thats where we found no more clients able to fire
19more of our testsuite.sh script).
20
21Some tweaks you may want to try under FreeBSD:
22
23sysctl kern.ipc.somaxconn=1024
24sysctl kern.ipc.nmbclusters=32768
25sysctl net.inet.tcp.msl=10000
26sysctl kern.maxfiles=10240
27
28License information:
29
30Although the libowfat library is under GPL, Felix von Leitner agreed that the compiled binary may be distributed under the same beer ware license as the source code for opentracker. However, we like to hear from happy customers.
31

README_v6

1IPv6 is implemented in opentracker now. You can chose whether your tracker runs in v4 or v6 mode in Makefile. YMMV.
2