From 5b309b7ea2050d1d55a2436331e8a8cfde210901 Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Mon, 26 Aug 2013 21:31:52 +0000 Subject: [PATCH] PRESENCE: changing ping method for Windows systems to "tcp" git-svn-id: https://svn.fhem.de/fhem/trunk@3800 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/73_PRESENCE.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 2c7f7a538..4e03241a5 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. - SVN + - change: PRESENCE: changing ping method for Windows systems to "tcp" - feature: install FHEM as Windows service by T.E., see docs/HOWTO_Windows.txt - feature: new module 33_readingsGroup to display a collection of readings from one or more devices. this will replace weblink readings. diff --git a/fhem/FHEM/73_PRESENCE.pm b/fhem/FHEM/73_PRESENCE.pm index 23dbd9318..8dbe2f0fc 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -515,7 +515,7 @@ PRESENCE_DoLocalPingScan($) if($^O =~ m/(Win|cygwin)/) { eval "require Net::Ping;"; - my $pingtool = Net::Ping->new("syn"); + my $pingtool = Net::Ping->new("tcp"); if($pingtool) {