Changeset 11945 for trunk/libtransmission/peer-mgr.c
- Timestamp:
- Feb 18, 2011, 12:41:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r11933 r11945 671 671 return isSeed; 672 672 } 673 674 void 675 tr_peerMgrSetUtpSupported( tr_torrent * tor, const tr_address * addr ) 676 { 677 struct peer_atom * atom = getExistingAtom( tor->torrentPeers, addr ); 678 679 if( atom ) 680 atom->flags |= ADDED_F_UTP_FLAGS; 681 } 682 673 683 674 684 /**
Note: See TracChangeset
for help on using the changeset viewer.