Update SocketClient to support UDP. Change DNS queries to use SocketClient
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user