Documentation
¶
Overview ¶
The `babou` high-performance BitTorrent tracker.
Implements the core tracker-request router
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadRoutes ¶
Types ¶
type PredefinedResponse ¶
type PredefinedResponse int
const ( RESP_USER_NOT_FOUND PredefinedResponse = iota RESP_TORRENT_NOT_FOUND )
type Server ¶
type Server struct {
Port int
// contains filtered or unexported fields
}
Parameters for babou's web server
Click to show internal directories.
Click to hide internal directories.