Tor
0.4.7.0-alpha-dev
|
#include <half_edge_st.h>
Data Fields | |
streamid_t | stream_id |
int | sendmes_pending |
int | data_pending |
int | connected_pending: 1 |
Struct to track a connection that we closed that the other end still thinks is open. Exists in origin_circuit_t.half_streams until we get an end cell or a resolved cell for this stream id.
Definition at line 22 of file half_edge_st.h.
int connected_pending |
Is there a connected cell pending?
Definition at line 35 of file half_edge_st.h.
Referenced by connection_half_edge_is_valid_connected().
int data_pending |
How much more data can the other end still send, based on our deliver window
Definition at line 32 of file half_edge_st.h.
Referenced by connection_half_edge_is_valid_data().
int sendmes_pending |
How many sendme's can the other end still send, based on how much data we had sent at the time of close
Definition at line 28 of file half_edge_st.h.
Referenced by connection_half_edge_is_valid_sendme().
streamid_t stream_id |
stream_id for the half-closed connection
Definition at line 24 of file half_edge_st.h.
Referenced by connection_half_edge_compare_bsearch().