mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort"
This commit is contained in:
@@ -43,7 +43,7 @@ saveState( tr_handle * h )
|
||||
tr_bencDictAddStr( &d, "download-dir", tr_sessionGetDownloadDir( h ) );
|
||||
tr_bencDictAddInt( &d, "peer-limit", tr_sessionGetPeerLimit( h ) );
|
||||
tr_bencDictAddInt( &d, "pex-allowed", tr_sessionIsPexEnabled( h ) );
|
||||
tr_bencDictAddInt( &d, "port", tr_sessionGetPublicPort( h ) );
|
||||
tr_bencDictAddInt( &d, "port", tr_sessionGetPeerPort( h ) );
|
||||
tr_bencDictAddInt( &d, "port-forwarding-enabled",
|
||||
tr_sessionIsPortForwardingEnabled( h ) );
|
||||
tr_bencDictAddStr( &d, "rpc-acl", tr_sessionGetRPCACL( h ) );
|
||||
|
||||
Reference in New Issue
Block a user