Context for select_best_pending_from_link(). More...
Data Fields | |
| struct PendingMessage * | best |
| Set to the best message that was found, NULL for none. | |
| struct DistanceVectorHop * | dvh |
| DVH that best should take, or NULL for direct transmission. | |
| size_t | real_overhead |
| What is the estimated total overhead for this message? | |
| unsigned int | consideration_counter |
| Number of pending messages we seriously considered this time. | |
| int | frag |
| Did we have to fragment? | |
| int | relb |
| Did we have to reliability box? | |
| int | to_early |
| There are pending messages, but it was to early to send one of them. | |
| unsigned int | frags_in_flight |
| There is a pending messages we are sending fragments at the moment. | |
| 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. | |
Context for select_best_pending_from_link().
Definition at line 11116 of file gnunet-service-transport.c.
| struct PendingMessage* PendingMessageScoreContext::best |
Set to the best message that was found, NULL for none.
Definition at line 11121 of file gnunet-service-transport.c.
| struct DistanceVectorHop* PendingMessageScoreContext::dvh |
DVH that best should take, or NULL for direct transmission.
Definition at line 11126 of file gnunet-service-transport.c.
| size_t PendingMessageScoreContext::real_overhead |
What is the estimated total overhead for this message?
Definition at line 11131 of file gnunet-service-transport.c.
| unsigned int PendingMessageScoreContext::consideration_counter |
Number of pending messages we seriously considered this time.
Definition at line 11136 of file gnunet-service-transport.c.
| int PendingMessageScoreContext::frag |
Did we have to fragment?
Definition at line 11141 of file gnunet-service-transport.c.
| int PendingMessageScoreContext::relb |
Did we have to reliability box?
Definition at line 11146 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 11151 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 11156 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 11161 of file gnunet-service-transport.c.