Changeset 7348
- Timestamp:
- Dec 10, 2008, 9:46:24 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/rpc-spec.txt
r7331 r7348 323 323 "speed-limit-up" | number max global upload speed (in K/s) 324 324 "speed-limit-up-enabled" | 'boolean' true means enabled 325 "version" | string long version string "$version ($revision)" 325 326 326 327 4.1.1. Mutators 327 328 328 329 Method name: "session-set" 329 Request arguments: one or more of 4.1's arguments 330 Request arguments: one or more of 4.1's arguments, except "version" 330 331 Response arguments: none 331 332 -
trunk/libtransmission/rpcimpl.c
r7331 r7348 733 733 tr_bencDictAddInt( d, "speed-limit-down-enabled", 734 734 tr_sessionIsSpeedLimitEnabled( h, TR_DOWN ) ); 735 tr_bencDictAddStr( d, "version", LONG_VERSION_STRING ); 735 736 switch( tr_sessionGetEncryption( h ) ) 736 737 {
Note: See TracChangeset
for help on using the changeset viewer.