Number uniquely identifying a channel of a client. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>
Data Fields | |
uint32_t | channel_of_client |
Values for channel numbering. More... | |
uint32_t GNUNET_CADET_ClientChannelNumber::channel_of_client |
Values for channel numbering.
Local channel numbers given by the service (incoming) are smaller than GNUNET_CADET_LOCAL_CHANNEL_ID_CLI. Local channel numbers given by the client (created) are larger than GNUNET_CADET_LOCAL_CHANNEL_ID_CLI.
Definition at line 109 of file cadet.h.
Referenced by channel_destroy_iterator(), client_get_next_ccn(), create_channel(), destroy_channel(), find_channel(), GCCH_2s(), GCCH_bind(), GCCH_channel_local_destroy(), GCCH_debug(), GCCH_handle_channel_plaintext_data(), GCCH_handle_local_ack(), GCCH_handle_local_data(), GNUNET_CADET_receive_done(), GSC_bind(), GSC_handle_remote_channel_destroy(), handle_channel_create(), handle_channel_created(), handle_local_ack(), handle_local_data(), lookup_channel(), and send_ack_to_client().