From 19f149e38902c3daaf9147aa502ffdd224746b89 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 7 Mar 2003 08:24:55 +0000 Subject: [PATCH] clean out obsolete cell types svn:r170 --- trunk/src/or/or.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trunk/src/or/or.h b/trunk/src/or/or.h index 0c737f285f..c3ad8479aa 100644 --- a/trunk/src/or/or.h +++ b/trunk/src/or/or.h @@ -160,9 +160,7 @@ #define CELL_CREATE 1 #define CELL_DATA 2 #define CELL_DESTROY 3 -#define CELL_ACK 4 -#define CELL_NACK 5 -#define CELL_SENDME 6 +#define CELL_SENDME 4 #define CELL_PAYLOAD_SIZE 120 #define CELL_NETWORK_SIZE 128