Almost everything works, but still small problem with file assembly
diff --git a/src/fetch-manager.cc b/src/fetch-manager.cc
index bbdd6a8..d30bd18 100644
--- a/src/fetch-manager.cc
+++ b/src/fetch-manager.cc
@@ -73,8 +73,9 @@
                                     finishCallback,
                                     bind (&FetchManager::DidFetchComplete, this, _1),
                                     bind (&FetchManager::DidNoDataTimeout, this, _1),
-                                    deviceName, baseName, minSeqNo, maxSeqNo));
-  fetcher.SetForwardingHint (forwardingHint);
+                                    deviceName, baseName, minSeqNo, maxSeqNo,
+                                    boost::posix_time::seconds (30),
+                                    forwardingHint));
 
   switch (priority)
     {