From 820fd5471a16cf2852c88fe9a40929fdb667c12f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 11 Oct 2016 18:18:14 +0100 Subject: [PATCH] Link at startup properly. --- P25Gateway/P25Gateway.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/P25Gateway/P25Gateway.cpp b/P25Gateway/P25Gateway.cpp index 3327cf9..6bd3cec 100644 --- a/P25Gateway/P25Gateway.cpp +++ b/P25Gateway/P25Gateway.cpp @@ -214,6 +214,10 @@ void CP25Gateway::run() pollTimer.start(); lostTimer.start(); + remoteNetwork->writePoll(currentAddr, currentPort); + remoteNetwork->writePoll(currentAddr, currentPort); + remoteNetwork->writePoll(currentAddr, currentPort); + LogMessage("Linked at startup to reflector %u", currentId); } }