mirror of
https://github.com/danog/dns.git
synced 2024-11-27 04:24:48 +01:00
9 lines
147 B
PHP
9 lines
147 B
PHP
|
<?php
|
||
|
|
||
|
namespace Amp\Dns;
|
||
|
|
||
|
// @codeCoverageIgnoreStart
|
||
|
const MAX_REQUEST_ID = 65536;
|
||
|
const IDLE_TIMEOUT = 15000;
|
||
|
// @codeCoverageIgnoreEnd
|