Commit f76e2f46 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Limit domain number to 127

As specified in the standard, the domain number must be in the range
[0,127]. The range [128-255] is reserved.
parent 95c35446
......@@ -25,7 +25,7 @@
#define PP_DEFAULT_DELAY_S 6
#define PP_MIN_DOMAIN_NUMBER 0
#define PP_MAX_DOMAIN_NUMBER 255
#define PP_MAX_DOMAIN_NUMBER 127
#define PP_DEFAULT_DOMAIN_NUMBER 0
#define PP_DEFAULT_ANNOUNCE_INTERVAL 1 /* 0 in 802.1AS */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment