rolkey / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Update TIdIcmpClient to not require admin rights when possible #307

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
TIdIcmpClient currently requires admin rights, due to its use of a RAW socket.  
On Windows, can use IcmpSendEcho...(), Icmp6SendEcho...(), and other related 
function.  On OSX/iOS, can use ICMP over UDP.  These approaches avoid the need 
for admin rights.

Original issue reported on code.google.com by gambit47 on 28 Feb 2015 at 8:55