aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-03-07 08:24:55 +0000
committerRoger Dingledine <arma@torproject.org>2003-03-07 08:24:55 +0000
commitb50c406c08a413dae19a3d7d6eb5f3977dad6127 (patch)
tree1022091d00ddd4a1685b0e060317b4517684127c /src/or/or.h
parent25939f206b99349ad49fd3ae952e3f9f4c030010 (diff)
downloadtor-b50c406c08a413dae19a3d7d6eb5f3977dad6127.tar
tor-b50c406c08a413dae19a3d7d6eb5f3977dad6127.tar.gz
clean out obsolete cell types
svn:r170
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 0c737f285..c3ad8479a 100644
--- a/src/or/or.h
+++ b/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