[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] nick, can you make and send the rendezvous cookie?
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
circuit.c
Log Message:
nick, can you make and send the rendezvous cookie?
Index: circuit.c
===================================================================
RCS file: /home/or/cvsroot/src/or/circuit.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- circuit.c 3 Apr 2004 03:07:25 -0000 1.180
+++ circuit.c 3 Apr 2004 04:05:30 -0000 1.181
@@ -1054,11 +1054,15 @@
case CIRCUIT_PURPOSE_C_GENERAL:
/* Tell any AP connections that have been waiting for a new
* circuit that one is ready. */
+ connection_ap_attach_pending();
+ break;
case CIRCUIT_PURPOSE_C_INTRODUCING:
/* at Alice, connecting to intro point */
+ connection_ap_attach_pending();
+ break;
case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
/* at Alice, waiting for Bob */
-
+ /* XXXNM make and send the rendezvous cookie, and store it in circ */
connection_ap_attach_pending();
break;
case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO: