mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
644c4f8fc6
Dropping strict types so it is not enforced in callbacks provided by application code.
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
|