mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 12:44:15 +01:00
move tr_peer.encryptionPreference to tr_peermsgs.encryptionPreference
This commit is contained in:
@@ -112,8 +112,6 @@ typedef struct tr_peer
|
||||
/* number of bad pieces they've contributed to */
|
||||
uint8_t strikes;
|
||||
|
||||
uint8_t encryption_preference;
|
||||
|
||||
/* how many requests the peer has made that we haven't responded to yet */
|
||||
int pendingReqsToClient;
|
||||
|
||||
@@ -121,6 +119,8 @@ typedef struct tr_peer
|
||||
int pendingReqsToPeer;
|
||||
|
||||
struct tr_peerIo * io;
|
||||
|
||||
/* Hook to private peer-mgr information */
|
||||
struct peer_atom * atom;
|
||||
|
||||
/** how complete the peer's copy of the torrent is. [0.0...1.0] */
|
||||
|
||||
Reference in New Issue
Block a user