From: Adriana Draghici Date: Tue, 19 Jan 2010 13:24:43 +0000 (+0200) Subject: Server X-Git-Tag: getopt_long~218 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=e43a93930d817d96e6e5f68be0f917274a2c96b6;p=cs-p2p-next.git Server --- diff --git a/server/Util.py b/server/Util.py new file mode 100644 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; + + +