From 170e475daffeb198914a020e26afaf803a6f9608 Mon Sep 17 00:00:00 2001 From: beware Date: Wed, 4 Feb 2009 00:01:05 +0000 Subject: [PATCH] ICMP does work, removing comment git-svn-id: file:///svnroot/lcore/trunk@34 b1de8a11-f9be-4011-bde0-cc7ace90066a --- lsocket.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/lsocket.pas b/lsocket.pas index 18e7658..ce23301 100755 --- a/lsocket.pas +++ b/lsocket.pas @@ -181,7 +181,6 @@ begin a := SOCK_STREAM; dgram := false; end else if (uppercase(proto) = 'ICMP') or (strtointdef(proto,256) < 256) then begin - //note: ICMP support doesn't seem to work yet b := strtointdef(proto,IPPROTO_ICMP); a := SOCK_RAW; dgram := true; -- 2.30.2