<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Fulko Hew wrote:
<blockquote
 cite="mid:8204a4fe1003160917w6dcf7383of5de94ef357944bc@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">
  <div>I can probably open some kind of raw ICMP protocol socket and add<br>
it to the select() list the app already has.&nbsp; ... The devil is in the
details.<br>
  <br>
  </div>
  </div>
</blockquote>
I haven't done raw socket stuff for years, but the following URL looks
like it might be a start. It's in C, but all the functions are the
standard socket ones built into Perl, so it should be straightforward
to adapt. <br>
<br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
 class="Apple-style-span"
 style="font-family: Tahoma; font-size: 12px; white-space: pre;"><a class="moz-txt-link-freetext" href="http://www.planet-lab.org/raw_sockets/api_icmp.html">http://www.planet-lab.org/raw_sockets/api_icmp.html</a></span></span><br>
<br>
All the best<br>
Stuart<br>
</body>
</html>