summaryrefslogtreecommitdiff
path: root/interface/compat/vsomeip/constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/compat/vsomeip/constants.hpp')
-rw-r--r--interface/compat/vsomeip/constants.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/compat/vsomeip/constants.hpp b/interface/compat/vsomeip/constants.hpp
index c91d037..2d14920 100644
--- a/interface/compat/vsomeip/constants.hpp
+++ b/interface/compat/vsomeip/constants.hpp
@@ -19,7 +19,7 @@ const ttl_t DEFAULT_TTL = 0xFFFFFF; // "until next reboot"
const std::string DEFAULT_MULTICAST = "224.0.0.0";
const uint16_t DEFAULT_PORT = 30500;
-const uint16_t ILLEGAL_PORT = 0;
+const uint16_t ILLEGAL_PORT = 0xFFFF;
const uint16_t NO_TRACE_FILTER_EXPRESSION = 0x0000;