1
0
mirror of https://github.com/danog/dns.git synced 2024-11-27 04:24:48 +01:00
dns/lib/constants.php
2015-09-18 02:49:06 +02:00

9 lines
147 B
PHP

<?php
namespace Amp\Dns;
// @codeCoverageIgnoreStart
const MAX_REQUEST_ID = 65536;
const IDLE_TIMEOUT = 15000;
// @codeCoverageIgnoreEnd