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

Temporary change default port for 0.7

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2402 b32b6428-25c9-4566-ad07-03861ab6144f
parent 68754256
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ self = sys.modules[__name__]
# Default settings
DEF_ADDR = '224.0.29.200' # mcast address
DEF_PORT = 1235 # mcast port
DEF_PORT = 1236 # 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment