Skip to content
Snippets Groups Projects
Commit 8d71771f authored by jkerdreu's avatar jkerdreu
Browse files

Fix comment

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2172 b32b6428-25c9-4566-ad07-03861ab6144f
parent ce70b166
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ DEF_PORT = 1235 # mcast port
DEF_HOPS = 10 # mcast hop
DEF_ALIVE_TIMER = 100 # Time between two alive msg
DEF_CIPHER_WINDOW = 60 * 2 # Time Window in seconds to avoid replay attacks
DEF_QUEUE_SIZE = 10 # How many packet we can send/receive in one loop
DEF_QUEUE_SIZE = 10 # How many packet we can send in one loop
DEF_LOG_LEVEL = 'DEBUG' # should be INFO|DEBUG|None
DEF_LOG_PATH = '/var/log/xaal' # where log are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment