Changeset 2995 for branches/encryption/libtransmission/peer-io.c
- Timestamp:
- Sep 9, 2007, 1:52:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/encryption/libtransmission/peer-io.c
r2988 r2995 374 374 } 375 375 376 int 377 tr_peerIoIsEncrypted( const tr_peerIo * io ) 378 { 379 return io!=NULL && io->encryptionMode==PEER_ENCRYPTION_RC4; 380 } 381 376 382 void 377 383 tr_peerIoWriteBytes( tr_peerIo * io,
Note: See TracChangeset
for help on using the changeset viewer.