aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index bf84819ad..187d5d508 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -576,6 +576,13 @@ struct GNUNET_TRANSPORT_PluginFunctions
576 GNUNET_TRANSPORT_UpdateSessionTimeout update_session_timeout; 576 GNUNET_TRANSPORT_UpdateSessionTimeout update_session_timeout;
577 577
578 /** 578 /**
579 * Function that will be called whenever the transport service wants to
580 * notify the plugin that the inbound quota changed and that the plugin
581 * should update it's delay for the next receive value
582 */
583 //GNUNET_TRANSPORT_UpdateNextReceiveTimeout update_next_receive_timeout;
584
585 /**
579 * Function that is used to query keepalive factor. 586 * Function that is used to query keepalive factor.
580 * GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT is divided by this number to 587 * GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT is divided by this number to
581 * calculate the interval between keepalive packets. 588 * calculate the interval between keepalive packets.