chiark / gitweb /
Bugfixes.
authorian <ian>
Sat, 25 Sep 1999 00:47:28 +0000 (00:47 +0000)
committerian <ian>
Sat, 25 Sep 1999 00:47:28 +0000 (00:47 +0000)
ipif/udptunnel

index 8a2dbc55394bee11fafcfdc67bb332af315c5df6..dff18ed0160795764ca2cb3e6766bfca50285444 100755 (executable)
@@ -199,7 +199,7 @@ for (;;) {
                warning("transmit error: $!");
            } elsif (!$upyet) {
                $upyet= 1;
-               debug($downyet ? "tunnel open" : "transmit channel open");
+               debug($downyet ? "tunnel open at this end" : "transmit channel open");
            }
            $upbuf= substr($upbuf+1,$p);
        }
@@ -217,7 +217,7 @@ for (;;) {
        } else {
            if (!$downyet) {
                $downyet= 1;
-               debug($upyet ? "tunnel open" : "receive channel open");
+               debug($upyet ? "tunnel open at this end" : "receive channel open");
            }
            alarm($timeout) if $timeout;
        }