Long polling structure. More...
Data Fields | |
struct Stream * | stream |
The long polling stream. More... | |
struct GNUNET_SCHEDULER_Task * | timer |
Timeout timer for long polling stream. More... | |
uint64_t | delay_time |
Timeout value. More... | |
struct Long_Poll_Request * | prev |
Previous structure. More... | |
struct Long_Poll_Request * | next |
Next structure. More... | |
Long polling structure.
Definition at line 226 of file gnunet-communicator-http3.c.
struct Stream* Long_Poll_Request::stream |
The long polling stream.
Definition at line 231 of file gnunet-communicator-http3.c.
Referenced by http_end_stream_cb(), long_poll_timeoutcb(), mq_send_d(), recv_rx_key_cb(), and stream_start_response().
struct GNUNET_SCHEDULER_Task* Long_Poll_Request::timer |
Timeout timer for long polling stream.
Definition at line 236 of file gnunet-communicator-http3.c.
Referenced by long_poll_timeoutcb(), mq_send_d(), recv_rx_key_cb(), and stream_start_response().
uint64_t Long_Poll_Request::delay_time |
Timeout value.
Definition at line 241 of file gnunet-communicator-http3.c.
Referenced by stream_start_response().
struct Long_Poll_Request* Long_Poll_Request::prev |
Previous structure.
Definition at line 246 of file gnunet-communicator-http3.c.
Referenced by long_poll_timeoutcb(), mq_send_d(), recv_rx_key_cb(), and stream_start_response().
struct Long_Poll_Request* Long_Poll_Request::next |
Next structure.
Definition at line 251 of file gnunet-communicator-http3.c.
Referenced by connection_destroy(), http_end_stream_cb(), long_poll_timeoutcb(), mq_send_d(), recv_rx_key_cb(), and stream_start_response().