tracker/http
Paul Saab 3f5b6b55b0 Limit number of concurrent connections
Go's net/http library has no limits in place for number of concurrent
requests currently being processed.  This can result in an enormous
number of goroutines being created and the read/write buffer pools
growing unbounded resulting in OOM situations.
2014-09-25 10:58:07 -07:00
..
query Move tracker-specific logic out of http/query and into http 2014-07-23 15:56:15 -04:00
announce_test.go Organize peers by subnet. 2014-09-23 23:00:50 -04:00
http.go Limit number of concurrent connections 2014-09-25 10:58:07 -07:00
http_test.go First step towards removing Tracker Driver. 2014-08-13 17:45:34 -04:00
routes.go First step towards removing Tracker Driver. 2014-08-13 17:45:34 -04:00
scrape_test.go Commit some staged changes 2014-07-21 10:53:26 -04:00
tracker.go Fix typo 2014-07-24 17:10:43 -04:00
writer.go Introduce thread-safe PeerMap 2014-08-04 06:15:08 -04:00