]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clean out obsolete cell types
authorRoger Dingledine <arma@torproject.org>
Fri, 7 Mar 2003 08:24:55 +0000 (08:24 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 7 Mar 2003 08:24:55 +0000 (08:24 +0000)
svn:r170

src/or/or.h

index 0c737f285ffaaf4ef6700346af60f198ef70bf1a..c3ad8479aa1865030e41d0c8730e4275db0187e2 100644 (file)
 #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