Matthew Toseland wrote: > On Wednesday 26 August 2009 19:02:25 Michael Yip wrote: > >> Hi all, >> >> I've written a naive client to interface with Freenet according to the >> FCP2.0 specification. >> >> I have successfully put some files with persistence = forever. Then I >> try to ClientGet those files. However, every time I send a ClientGet >> request, I get a stream of confirmation messages from my previous >> uploads. I've restarted the node but the problem persists. How do I get >> rid of these messages? >> > > Persistent requests remain in the queue until you get rid of them. The > confirmations are to remind you to get rid of the old requests. Use the > RemoveRequest command. >
Yea, I found that out. I was wondering does removing the persistent requests also remove the persistent insert? >> Thanks, >> >> Michael >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Devl mailing list >> Devl at freenetproject.org >> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
