Loading src/common/tortls.c +2 −2 Original line number Diff line number Diff line Loading @@ -85,8 +85,8 @@ struct tor_tls_t { * of the connection protocol (client sends * different cipher list, server sends only * one certificate). */ int got_renegotiate:1; /**< True iff we should call negotiated_callback * when we're done reading. */ /** True iff we should call negotiated_callback when we're done reading. */ unsigned int got_renegotiate:1; size_t wantwrite_n; /**< 0 normally, >0 if we returned wantwrite last * time. */ /** Last values retrieved from BIO_number_read()/write(); see Loading src/or/or.h +3 −3 Original line number Diff line number Diff line Loading @@ -999,10 +999,10 @@ typedef struct edge_connection_t { /** True iff this stream must attach to a one-hop circuit (e.g. for * begin_dir). */ int want_onehop:1; unsigned int want_onehop:1; /** True iff this stream should use a BEGIN_DIR relay command to establish * itself rather than BEGIN (either via onehop or via a whole circuit). */ int use_begindir:1; unsigned int use_begindir:1; /** If this is a DNSPort connection, this field holds the pending DNS * request that we're going to try to answer. */ Loading Loading
src/common/tortls.c +2 −2 Original line number Diff line number Diff line Loading @@ -85,8 +85,8 @@ struct tor_tls_t { * of the connection protocol (client sends * different cipher list, server sends only * one certificate). */ int got_renegotiate:1; /**< True iff we should call negotiated_callback * when we're done reading. */ /** True iff we should call negotiated_callback when we're done reading. */ unsigned int got_renegotiate:1; size_t wantwrite_n; /**< 0 normally, >0 if we returned wantwrite last * time. */ /** Last values retrieved from BIO_number_read()/write(); see Loading
src/or/or.h +3 −3 Original line number Diff line number Diff line Loading @@ -999,10 +999,10 @@ typedef struct edge_connection_t { /** True iff this stream must attach to a one-hop circuit (e.g. for * begin_dir). */ int want_onehop:1; unsigned int want_onehop:1; /** True iff this stream should use a BEGIN_DIR relay command to establish * itself rather than BEGIN (either via onehop or via a whole circuit). */ int use_begindir:1; unsigned int use_begindir:1; /** If this is a DNSPort connection, this field holds the pending DNS * request that we're going to try to answer. */ Loading