IPV6 PingSend shows overly long RTT values (2000000 and more), though the...
Pascal TCP/IP Library
Brought to you by:
geby
Think I fojund a bug in Synapses IPV6 PING implementation. The return buffer is inadvertently shifted by two bytes, this results in RTT times being completely out of scale. For details, please see this thread:
https://forum.lazarus.freepascal.org/index.php?topic=62813.msg475255#msg475255
Armin
Fixed in SVN commit #270 now.
Thank you, I really don't know why I shifted buffer before, maybe some other bug in prehistoric implemetation...