X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/2dd575b95694c126013c912526093ff4915f3398..95ddd8df198ff0f59c3a5e53c70719f5fcea6934:/lsocket.pas 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;