Specify that the IPv6 socket is used for IPv4 com (#4112)
This commit is contained in:
parent
1f0b151167
commit
73d08dcb50
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ TEST (telemetry, invalid_endpoint)
|
|||
// Give some time for nodes to exchange telemetry
|
||||
WAIT (1s);
|
||||
|
||||
nano::endpoint endpoint = *nano::parse_endpoint ("240.0.0.0:12345");
|
||||
nano::endpoint endpoint = *nano::parse_endpoint ("::ffff:240.0.0.0:12345");
|
||||
ASSERT_FALSE (node_client->telemetry.get_telemetry (endpoint));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue