RTorrent returns scalars in the <i8> nutshell, which is not recognized
by Frontier::Client.
Here is the patch:
===
--- RPC2.pm.orig 2002-08-03 05:48:06.000000000 +0500
+++ RPC2.pm 2010-11-10 13:06:22.000000000 +0300
@@ -30,6 +30,7 @@
'double' => 1,
'int' => 1,
'i4' => 1,
+ 'i8' => 1,
'string' => 1,
);
===