summaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-12-04 11:52:58 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-12-04 11:52:58 +0100
commit0f51130b96b5400b87924d8705d0e4a77930cb61 (patch)
tree0dade462d83a9b4d1de6eb82ab0827d5ec7e93cf /interface
parent710a8613ee5bd9eb490addecd7f2ee8049c4fd0c (diff)
downloadvSomeIP-0f51130b96b5400b87924d8705d0e4a77930cb61.tar.gz
vsomeip 3.1.20.23.1.20.2
Diffstat (limited to 'interface')
-rw-r--r--interface/compat/vsomeip/constants.hpp2
-rw-r--r--interface/vsomeip/constants.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/interface/compat/vsomeip/constants.hpp b/interface/compat/vsomeip/constants.hpp
index 2d14920..c91d037 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 = 0xFFFF;
+const uint16_t ILLEGAL_PORT = 0;
const uint16_t NO_TRACE_FILTER_EXPRESSION = 0x0000;
diff --git a/interface/vsomeip/constants.hpp b/interface/vsomeip/constants.hpp
index e46e0e7..3a8201a 100644
--- a/interface/vsomeip/constants.hpp
+++ b/interface/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 = 0xFFFF;
+const uint16_t ILLEGAL_PORT = 0;
const uint16_t ANY_PORT = 0;
const uint16_t NO_TRACE_FILTER_EXPRESSION = 0x0000;