From 8dba8a088d7c1402831ab5a7211a4a347a60ff7a Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Wed, 1 Apr 2015 14:33:09 +0100 Subject: Block multiple introductions on the same intro circuit. --- src/or/or.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 34f055cf06..4459957a06 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3157,6 +3157,9 @@ typedef struct or_circuit_t { * to the specification? */ unsigned int remaining_relay_early_cells : 4; + /* We have already received an INTRODUCE1 cell on this circuit. */ + unsigned int already_received_introduce1 : 1; + /** True iff this circuit was made with a CREATE_FAST cell. */ unsigned int is_first_hop : 1; -- cgit v1.2.3-54-g00ecf