graze / graze/telnet-client

Undefined constant "Socket\Raw\AF_INET"

Open
#33 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.