Changeset 7574 for trunk/libtransmission/peer-io.c
- Timestamp:
- Jan 2, 2009, 4:47:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-io.c
r7544 r7574 154 154 tr_session * session = io->session; 155 155 156 assert( tr_isPeerIo( io ) );157 158 156 dbgmsg( io, "canRead" ); 159 157 … … 924 922 int res = 0; 925 923 926 assert( tr_isPeerIo( io ) );927 928 924 if(( howmuch = tr_bandwidthClamp( io->bandwidth, TR_DOWN, howmuch ))) 929 925 { … … 956 952 int n; 957 953 958 assert( tr_isPeerIo( io ) );959 960 954 if(( howmuch = tr_bandwidthClamp( io->bandwidth, TR_UP, howmuch ))) 961 955 {
Note: See TracChangeset
for help on using the changeset viewer.