Changeset 7349
- Timestamp:
- Dec 10, 2008, 9:48:46 PM (14 years ago)
- Location:
- branches/1.4x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/doc/rpc-spec.txt
r7178 r7349 310 310 "speed-limit-up" | number max global upload speed (in K/s) 311 311 "speed-limit-up-enabled" | 'boolean' true means enabled 312 "version" | string long version string "$version ($revision)" 313 312 314 313 315 4.1.1. Mutators 314 316 315 317 Method name: "session-set" 316 Request arguments: one or more of 4.1's arguments 318 Request arguments: one or more of 4.1's arguments, except "version" 317 319 Response arguments: none 318 320 -
branches/1.4x/libtransmission/rpcimpl.c
r7178 r7349 728 728 tr_bencDictAddInt( d, "speed-limit-down-enabled", 729 729 tr_sessionIsSpeedLimitEnabled( h, TR_DOWN ) ); 730 tr_bencDictAddStr( d, "version", LONG_VERSION_STRING ); 731 730 732 switch( tr_sessionGetEncryption( h ) ) 731 733 {
Note: See TracChangeset
for help on using the changeset viewer.