aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_channel.h
Commit message (Collapse)AuthorAge
* pass connection tunnel identifier to channel when receiving messages, so ↵Christian Grothoff2017-01-30
| | | | that performance can be matched
* fix client-client loopback flow controlChristian Grothoff2017-01-24
|
* better logging, prep for having LOCAL_ACKsChristian Grothoff2017-01-23
|
* avoid cmp pointers, cmp ccn instead, as client may literally be the sameChristian Grothoff2017-01-23
|
* add sender argument to GCCH_handle_local_data so we can implement loopbackChristian Grothoff2017-01-23
|
* fix shutdown sequence, start to handle loopbackChristian Grothoff2017-01-23
|
* allow client's payload to include more than one messageChristian Grothoff2017-01-22
|
* correctly handle assignment of cid during channel open, send channel open ↵Christian Grothoff2017-01-22
| | | | ack, and detect duplicate open
* fix startup interaction between channel and tunnel to not send CHANNEL_OPEN ↵Christian Grothoff2017-01-22
| | | | until tunnel is in KEY_OK state
* more logging, minor bugfixes / renamesChristian Grothoff2017-01-21
|
* pass messages from tunnel to channelChristian Grothoff2017-01-20
|
* more work on channel/tunnel logicChristian Grothoff2017-01-20
|
* baby steps towards KXChristian Grothoff2017-01-19
|
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
|
* starting re-implementation of CADET serviceChristian Grothoff2017-01-15