Changeset 13949 for trunk/libtransmission/peer-msgs.c
- Timestamp:
- Feb 3, 2013, 11:29:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-msgs.c
r13948 r13949 90 90 /* how many blocks to keep prefetched per peer */ 91 91 PREFETCH_SIZE = 18, 92 93 /* when we're making requests from another peer, 94 batch them together to send enough requests to 95 meet our bandwidth goals for the next N seconds */ 96 REQUEST_BUF_SECS = 10, 92 97 93 98 /* defined in BEP #9 */
Note: See TracChangeset
for help on using the changeset viewer.