X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FNetwork.php;h=618f2d3f45c5686094ecce8489fec6dd79ca745d;hb=f17ea5d9ab05d5c41d9d9dd1a30d73fcef0e4938;hp=386384c7957245614ca0b011c0184e9fbd3c3763;hpb=1c0292589f295e7d3babd0f8f5f5b3b6d2cff54a;p=civicrm-core.git diff --git a/CRM/Utils/Network.php b/CRM/Utils/Network.php index 386384c795..618f2d3f45 100644 --- a/CRM/Utils/Network.php +++ b/CRM/Utils/Network.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -27,13 +27,14 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2020 */ /** * Simple static helpers for network operations */ class CRM_Utils_Network { + /** * Try connecting to a TCP service; if it fails, retry. Repeat until serverStartupTimeOut elapses. *