Changeset 10086
- Timestamp:
- Feb 3, 2010, 12:28:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r10085 r10086 63 63 /* max number of peers to ask for per second overall. 64 64 * this throttle is to avoid overloading the router */ 65 MAX_CONNECTIONS_PER_SECOND = 16,65 MAX_CONNECTIONS_PER_SECOND = 4, 66 66 67 67 /* number of bad pieces a peer is allowed to send before we ban them */
Note: See TracChangeset
for help on using the changeset viewer.