Update SocketClient to support UDP. Change DNS queries to use SocketClient

This commit is contained in:
2023-04-23 23:08:30 +10:00
parent 073be20ceb
commit b1c62ae227
5 changed files with 262 additions and 164 deletions

View File

@@ -383,7 +383,7 @@ abstract class Protocol
*
* @param SocketClient $client
*/
private function setClient(SocketClient $client): void
protected function setClient(SocketClient $client): void
{
$this->client = $client;
}