Fix bug in Tairent::Main::Connection class.
[tairent.git] / doc / tairent.doc
blob30604d5de496dd0c1b453819dd3bdab60b97fb17
1 This file defines main page for the Doxygen-generated documentation. See *.txt
2 files for more generalized description.
4 /** \mainpage
6 Tairent is a minimalistic BitTorrent client for servers. It means that it has
7 no GUI, TUI or CLI (that doesn't mean that it can't have these features, just
8 write a module for that and voila - everything is possible). Instead it
9 provides effective way for serving large files using BitTorrent protocol.
10 Because Tairent uses Tairon library for networking it can handle very large
11 number of idling connections at the moment. Other key feature is that Tairent
12 tries to minimize data copying in memory by using \tt mmap for mapping files
13 into the memory and then sending them directly to the peer.
15 This is just a reference documentation for classes. Other documents can be
16 found in the doc/ directory of the package.