[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Add message type constants for pinging, and for usenet
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv17800
Modified Files:
Packet.py
Log Message:
Add message type constants for pinging, and for usenet
Index: Packet.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/Packet.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Packet.py 31 May 2004 01:02:55 -0000 1.78
+++ Packet.py 27 Jul 2004 03:23:23 -0000 1.79
@@ -92,6 +92,9 @@
MBOX_TYPE = 0x0101 # Send the message to one of a fixed list of addresses
NEWS_TYPE = 0x0102 # Post the message to some ngs, and maybe mail it too
FRAGMENT_TYPE = 0x0103 # Find the actual delivery info in the message payload
+NEWS_TYPE = 0x0104 # DOCDOC
+PING_TYPE = 0x0105 # DOCDOC
+
MAX_EXIT_TYPE = 0xFFFF
def typeIsSwap(tp):