Context for select_best_pending_from_link(). More...
Data Fields | |
struct PendingMessage * | best |
Set to the best message that was found, NULL for none. More... | |
struct DistanceVectorHop * | dvh |
DVH that best should take, or NULL for direct transmission. More... | |
size_t | real_overhead |
What is the estimated total overhead for this message? More... | |
unsigned int | consideration_counter |
Number of pending messages we seriously considered this time. More... | |
int | frag |
Did we have to fragment? More... | |
int | relb |
Did we have to reliability box? More... | |
int | to_early |
There are pending messages, but it was to early to send one of them. More... | |
unsigned int | frags_in_flight |
There is a pending messages we are sending fragments at the moment. More... | |
struct GNUNET_TIME_Relative | to_early_retry_delay |
When will we try to transmit the message again for which it was to early to retry. More... | |
Context for select_best_pending_from_link().
Definition at line 10705 of file gnunet-service-transport.c.
struct PendingMessage* PendingMessageScoreContext::best |
Set to the best message that was found, NULL for none.
Definition at line 10710 of file gnunet-service-transport.c.
struct DistanceVectorHop* PendingMessageScoreContext::dvh |
DVH that best should take, or NULL for direct transmission.
Definition at line 10715 of file gnunet-service-transport.c.
size_t PendingMessageScoreContext::real_overhead |
What is the estimated total overhead for this message?
Definition at line 10720 of file gnunet-service-transport.c.
unsigned int PendingMessageScoreContext::consideration_counter |
Number of pending messages we seriously considered this time.
Definition at line 10725 of file gnunet-service-transport.c.
int PendingMessageScoreContext::frag |
Did we have to fragment?
Definition at line 10730 of file gnunet-service-transport.c.
int PendingMessageScoreContext::relb |
Did we have to reliability box?
Definition at line 10735 of file gnunet-service-transport.c.
int PendingMessageScoreContext::to_early |
There are pending messages, but it was to early to send one of them.
Definition at line 10740 of file gnunet-service-transport.c.
unsigned int PendingMessageScoreContext::frags_in_flight |
There is a pending messages we are sending fragments at the moment.
Definition at line 10745 of file gnunet-service-transport.c.
struct GNUNET_TIME_Relative PendingMessageScoreContext::to_early_retry_delay |
When will we try to transmit the message again for which it was to early to retry.
Definition at line 10750 of file gnunet-service-transport.c.