Changeset 1600 for trunk/libtransmission/peer.c
- Timestamp:
- Mar 28, 2007, 6:28:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer.c
r1595 r1600 95 95 uint64_t lastChoke; 96 96 97 uint8_t id[ 20];97 uint8_t id[TR_ID_LEN]; 98 98 99 99 /* The pieces that the peer has */ … … 117 117 int outMessagesSize; 118 118 int outMessagesPos; 119 uint8_t outBlock[ 13+16384];119 uint8_t outBlock[25+16384]; 120 120 int outBlockSize; 121 121 int outBlockLoaded;
Note: See TracChangeset
for help on using the changeset viewer.