From acb0b0077234212372463cc24366ac79e4bcceb6 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 16 Sep 2011 14:24:29 +0000 Subject: client sending & receiving --- src/transport/plugin_transport_http.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/transport/plugin_transport_http.h') diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index 11b369d40..b7b89e6e6 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -82,6 +82,7 @@ struct Plugin */ struct GNUNET_NAT_Handle *nat; + /** * ipv4 DLL head */ @@ -124,7 +125,6 @@ struct Plugin int cur_connections; uint32_t last_tag; - /* * Server handles */ @@ -180,9 +180,9 @@ struct Session struct Plugin *plugin; /** - * The client (used to identify this connection) + * message stream tokenizer for incoming data */ - /* void *client; */ + struct GNUNET_SERVER_MessageStreamTokenizer *msg_tk; /** * Continuation function to call once the transmission buffer @@ -232,7 +232,8 @@ struct Session void *server_recv; void *server_send; - + struct GNUNET_TIME_Absolute delay; + GNUNET_SCHEDULER_TaskIdentifier reset_task; uint32_t tag; }; -- cgit v1.2.3