<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
&gt; wondering what the exact meaning of the outlet of [netreceive] in TCP<br>&gt; mode is:<br>&gt; <br>&gt; Does it indicate whether Pd through the OS was able to open a port<br><br>The right outlet&nbsp; indicates that the port is open and the other end is listening.<br><br>&gt; or<br>&gt; does it indicate if a TCP packet arrived at the destination?<br>&gt; <br>&gt; And: Am I correct assuming that netsend only outputs a message when it<br>&gt; got a (send ...) message into its inlet? So there is no way to indicate<br>&gt; whether the receiving machine is online unless I keep sending<br>&gt; heartbeat/ping messages?<br>&gt; <br><br>If the other end drops the connection, then the right outlet will output zero, but it might not happen right away.<br>Especially with wireless it's better to have some kind of heartbeat ping-pong going at a higher level than the OS.<br><br>Martin<br>                                               </body>
</html>