From bb921cd3bd620460b544825f7e7cdade89c06bb4 Mon Sep 17 00:00:00 2001 From: gilteixeira Date: Tue, 21 Feb 2023 18:16:37 +0000 Subject: [PATCH] fixed the port --- src/evcsnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evcsnm.c b/src/evcsnm.c index 9becb79..362fe39 100644 --- a/src/evcsnm.c +++ b/src/evcsnm.c @@ -130,7 +130,7 @@ void *evcsn_service() bpr->gn.packetTransportType = PacketTransportType_shb; - bpr->destinationPort = Port_cam; + bpr->destinationPort = Port_poi; bpr->gn.trafficClass = 2;