Changeset 10694 for trunk/libtransmission/peer-common.h
- Timestamp:
- May 26, 2010, 3:23:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-common.h
r10500 r10694 12 12 13 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header.14 #error only libtransmission should #include this header. 15 15 #endif 16 16 … … 34 34 batch them together to send enough requests to 35 35 meet our bandwidth goals for the next N seconds */ 36 REQUEST_BUF_SECS = 10 36 REQUEST_BUF_SECS = 10, 37 38 /** this is the maximum size of a block request. 39 most bittorrent clients will reject requests 40 larger than this size. */ 41 MAX_BLOCK_SIZE = ( 1024 * 16 ) 42 37 43 }; 38 44
Note: See TracChangeset
for help on using the changeset viewer.