-- URGENT: Congestion/flow control (CHANNEL):
- + estimate max bandwidth using bursts and use to for CONGESTION CONTROL!
- (and figure out how/where to use this!)
+- URGENT:
+ + if 'client-not-ready', we do not ACK at all, and sender keeps
+ retransmitting again and again; would be good to do flow-control notification instead
+ of not ACKing that we got the data but are simply not ready for more!
+ + Congestion/flow control (CHANNEL):
+ estimate max bandwidth using bursts and use to for CONGESTION CONTROL!
+ (and figure out how/where to use this!)
- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL)
(need to push down through tunnel into connection selection);
"injecting msg %s into mq %p\n",
GC_m2s (ntohs (payload->type)),
ch->mq);
- GNUNET_MQ_inject_message (ch->mq, payload);
+ GNUNET_MQ_inject_message (ch->mq,
+ payload);
return;
}
/** @a deprecated */