On Wed, May 23, 2001 at 02:02:38AM -0500, Steven Hazel wrote: > libfreenet-0.4.0 is available on thalassocracy.org > > Convenience URL: > http://thalassocracy.org/libfreenet/libfreenet-0.4.0.tar.gz > > Tavin Cole URI: > freenet:CHK at 9gty6llADmARiSCLEO-0lsSjNHQOAwE,geXgNcjGxEdnZ5LPuQ8mJw > > Why you want it: > > - new low-level stream API for node-type use, see testserver for a partial > example > - numerous minor fixes, improvements, and clean-ups > - fun for the whole family > > Warnings: > > - If you're using the client API, you'll need to use > freenet_client_read_stream() and freenet_client_write_stream() where > you previously used freenet_read_stream() and freenet_write_stream(). > Those do something else now. > - All port numbers are now passed as ints rather than as strings. > - For topical use only. Do not ingest. > > Changes since 0.3.0: * Switched to ints for port numbers. > * Switched to dynamic allocation of hash handles in > the generate_hashes_ functions (thanks Peter Todd) > * Added freenet_close_connection()
It would be nice if there was a function to close a *stream* In my fnmap code I have cancel handlers setup to be absolutely cirtain that should a thread hang on me due to a libfreenet bug I can reliably close all connections. Oh well, for now I'll just copy your code. :) -- Need some Linux help or custom C(++) programming? Drop me a line and I'll see what I can do. Resume at http://retep.tripod.com/resume.html GCS d s+:-- a--- C++++ UL++++ P L+++ E W++ N- o K- w-- O- M V- PS+ PE+ Y+ PGP+++ t 5 X R+ tv-- b+ DI+ D++ G e- h! r-- y-- pete at petertodd.ca http://www.petertodd.ca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20010523/41f79405/attachment.pgp>
