added Windows only BPQ interface from John G8BPQ
[spider.git] / cmd / show / connect.pl
index 025c20ea9a29f37c3bdf72a7d6436b059a532e65..4644d5c9d6bd497dbe79524e410cf7bdeb065126 100644 (file)
@@ -23,6 +23,8 @@ foreach my $call (sort keys %Msg::conns) {
                $c = "Server";
        } else {
                $addr = "AGW Port ($r->{agwport})" if exists $r->{agwport};
+               $addr = "BPQ Stream ($r->{bpqstream})" if exists $r->{bpqstream};
+
                $addr ||= "$r->{peerhost}/$r->{peerport}";
                $addr ||= "Unknown";
        }