mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
nothing exciting
This commit is contained in:
@@ -1155,8 +1155,8 @@ tr_session * fHandle;
|
||||
[fDefaults setBool: dht forKey: @"DHTGlobal"];
|
||||
|
||||
//dht
|
||||
const BOOL lds = tr_sessionIsLPDEnabled(fHandle);
|
||||
[fDefaults setBool: lds forKey: @"LocalPeerDiscovery"];
|
||||
const BOOL lpd = tr_sessionIsLPDEnabled(fHandle);
|
||||
[fDefaults setBool: lpd forKey: @"LocalPeerDiscovery"];
|
||||
|
||||
//auto start
|
||||
const BOOL autoStart = !tr_sessionGetPaused(fHandle);
|
||||
@@ -1240,7 +1240,7 @@ tr_session * fHandle;
|
||||
|
||||
//dht handled by bindings
|
||||
|
||||
//lds handled by bindings
|
||||
//lpd handled by bindings
|
||||
|
||||
[fPortField setIntValue: port];
|
||||
//port forwarding (nat) handled by bindings
|
||||
|
||||
Reference in New Issue
Block a user