1
0
mirror of https://github.com/danog/dns.git synced 2025-01-23 05:51:11 +01:00
dns/lib/constants.php

9 lines
174 B
PHP
Raw Normal View History

2016-08-23 23:20:25 -05:00
<?php declare(strict_types = 1);
2015-08-01 22:18:44 -04:00
namespace Amp\Dns;
// @codeCoverageIgnoreStart
const MAX_REQUEST_ID = 65536;
const IDLE_TIMEOUT = 15000;
// @codeCoverageIgnoreEnd