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

9 lines
147 B
PHP
Raw Normal View History

<?php
2015-08-02 04:18:44 +02:00
namespace Amp\Dns;
// @codeCoverageIgnoreStart
const MAX_REQUEST_ID = 65536;
const IDLE_TIMEOUT = 15000;
// @codeCoverageIgnoreEnd