|
|
| Reporter | ch3 | Assigned To | Christian Grothoff | |
|---|
| Priority | normal | Severity | tweak | Reproducibility | always |
|---|
| Status | closed | Resolution | fixed | |
|---|
| Product Version | Git master | |
|---|
| Target Version | 0.11.0pre66 | Fixed in Version | 0.11.0pre66 | |
|---|
|
|
| Summary | 0004622: unable to cancel cadet messages via mq / implement cadet_mq_cancel_impl |
|---|
| Description | It is currently not possible to cancel already queued mq messages with GNUNET_MQ_send_cancel () as the implementation of the cancellation of messages for mq (GNUNET_MQ_CancelImpl, given as a parameter to GNUNET_MQ_queue_for_callbacks () in GNUNET_CADET_MQ_create() ) is missing.
See FIXME at src/cadet/cadet_api.c:2060. |
|---|
| Steps To Reproduce | Call GNUNET_MQ_send_cancel () on a cadet mq. |
|---|
| Additional Information | Note: Needed in RPS for the cancellation of messages. (Implementation in gnunet-service-rps_peers.c) |
|---|
| Tags | No tags attached. |
|---|
|
|