> I was under the assumption that (almost) all synapse functions are 
> transparently IPv4 *and* IPv6 capable.
> 
> However, TPingSend seems to work perfectly using IPv4 addresses, but not
> IPv6?

It should work with IPv6 too, if I not made somethink broken in latest 
release. (I can verify it at work next year... ;-)

> Is there something special I need to do to ping IPv6 addresses?

As first test you can try to ping to IPv6 localhost by:

ping.ping('::1');

('ping', is created tpingsend instance)
Working this? 

For some addresses you must specify 'scope_id' too. (Scope Id= Iinterface 
number for link-local addresses, or SITE id for site-local addresses)

So, it can be like (but you must use your address and correct interface 
number):
ping.ping('FE80::0250:daff:fe67:e7ea%4');


--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP 
Library



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to