reactphp / socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
https://reactphp.org/socket/
MIT License
1.2k stars 156 forks source link

Default to using DNS cache (with max 256 entries) for Connector #226

Closed clue closed 4 years ago

clue commented 4 years ago

Resolves / closes #115 Builds on top of https://github.com/reactphp/dns/pull/127 and https://github.com/reactphp/cache/pull/26