IPStack - Fixed TCP checksuming
[tpg/acess2.git] / Modules / IPStack / icmp.c
index 969a1fa..2cdc3f6 100644 (file)
@@ -129,5 +129,5 @@ int ICMP_Ping(tInterface *Interface, tIPv4 Addr)
        if(now() > end)
                return -1;
        
-       return (int)ts;
+       return (int)( now() - ts );
 }

UCC git Repository :: git.ucc.asn.au