From: beware <beware@bircd.org>
Date: Wed, 4 Feb 2009 00:01:05 +0000 (+0000)
Subject: ICMP does work, removing comment
X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/170e475daffeb198914a020e26afaf803a6f9608?ds=sidebyside;hp=68ac8381cae336dda0cd718dd6fa43b677f5ef8d

ICMP does work, removing comment

git-svn-id: file:///svnroot/lcore/trunk@34 b1de8a11-f9be-4011-bde0-cc7ace90066a
---

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;