mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
fix(ICMPsocketTest): change appinf (doesn't respond to ping) to github
This commit is contained in:
parent
4e8ee94781
commit
b175a8de7a
@ -56,7 +56,7 @@ void ICMPSocketTest::testSendToReceiveFrom()
|
||||
{
|
||||
ICMPSocket ss(IPAddress::IPv4);
|
||||
|
||||
SocketAddress sa("www.appinf.com", 0);
|
||||
SocketAddress sa("github.com", 0);
|
||||
SocketAddress sr(sa);
|
||||
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user