> You are not doing something wrong. There is no callback called, after > you call GNUNET_CADET_close_port. Can you please point me to the > outdated documentation.
The GNUnet handbook on gnunet.org has a section on libcadet, but it explains it by using an API that is different than the current one. For example, it uses GNUNET_CADET_notify_transmit_ready which does not exists. As such, it can't be used to understand libcadet, and the documentation in gnunet_cadet_service.h is not that much detailed in some cases. _______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
