ICMP does work, removing comment
authorbeware <beware@bircd.org>
Wed, 4 Feb 2009 00:01:05 +0000 (00:01 +0000)
committerbeware <beware@bircd.org>
Wed, 4 Feb 2009 00:01:05 +0000 (00:01 +0000)
git-svn-id: file:///svnroot/lcore/trunk@34 b1de8a11-f9be-4011-bde0-cc7ace90066a

lsocket.pas

index 18e7658c3c90d44a4a385046f307cf393104c417..ce2330174dd6c46e9e82f015ae310be4fc03dfc9 100755 (executable)
@@ -181,7 +181,6 @@ begin
     a := SOCK_STREAM;\r
     dgram := false;\r
   end else if (uppercase(proto) = 'ICMP') or (strtointdef(proto,256) < 256) then begin\r
-    //note: ICMP support doesn't seem to work yet\r
     b := strtointdef(proto,IPPROTO_ICMP);\r
     a := SOCK_RAW;\r
     dgram := true;\r