Undefined constant "Socket\Raw\AF_INET"
Open
- Dominant language
- PHP
- Stars
- 48
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this error
Undefined constant "Socket\Raw\AF_INET"
in file
\vendor\clue\socket-raw\src\Factory.php:78
Code
```
$host = "aspmx.l.google.com";
$port = 25;
$client = Graze\TelnetClient\TelnetClient::factory();
$dsn = $host.":".$port;
$client->connect($dsn);
```
Contributor guide
Assessment
This issue has not been assessed yet.