Changeset 13630
- Timestamp:
- Dec 6, 2012, 3:04:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-io.h
r13625 r13630 196 196 static inline bool tr_peerIoSupportsUTP (const tr_peerIo * io) 197 197 { 198 return io-> dhtSupported;198 return io->utpSupported; 199 199 } 200 200
Note: See TracChangeset
for help on using the changeset viewer.