projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ffd714
)
Server
author
Adriana Draghici
<adriana008@gmail.com>
Tue, 19 Jan 2010 13:24:43 +0000
(15:24 +0200)
committer
Adriana Draghici
<adriana008@gmail.com>
Tue, 19 Jan 2010 13:24:53 +0000
(15:24 +0200)
server/Util.py
[new file with mode: 0644]
patch
|
blob
diff --git a/server/Util.py
b/server/Util.py
new file mode 100644
(file)
index 0000000..
8d5cf5e
--- /dev/null
+++ b/
server/Util.py
@@ -0,0
+1,12
@@
+
+#!/usr/bin/env python
+
+""" Message types: client -> server """
+
+CONFIGURE_MSG = 0;
+START_MSG = 1;
+STOP_MSG = 2;
+STATUS_MSG = 3;
+
+
+