+31Mar01=======================================================================
+1. added agwrestart command
30Mar01=======================================================================
1. fix errors on accept in ExtMsg and in Msg
2. fix the non-blocking problems of connects (and other things in general).
}
}
+sub active
+{
+ return $sock;
+}
+
sub _sendf
{
my $sort = shift || confess "need a valid AGW command letter";
}
}
if (isdbg('raw')) {
- dbgdump('raw', "send $bytes_written: ", $msg);
+ dbgdump('raw', "AGW send $bytes_written: ", $msg);
}
$offset += $bytes_written;
$bytes_to_write -= $bytes_written;
if ($bytes_read > 0) {
$inmsg .= $msg;
if (isdbg('raw')) {
- dbgdump('raw', "read $bytes_read: ", $msg);
+ dbgdump('raw', "AGW read $bytes_read: ", $msg);
}
}
} else {
db10 => '$_[0] records imported into $_[1]',
db11 => 'Sending your request(s) to $_[0], please stand by...',
dfreq1 => 'Invalid freq $_[0] need: eg 0/30000 or hf or hf/cw',
+ done => 'Done',
dup => 'Sorry, this is a duplicate',
dx1 => 'Frequency $_[0] not in band (see show/band); usage: DX [BY call] freq call comments',
dx2 => 'Need a callsign; usage: DX [BY call] freq call comments',
nodexc => '$_[0] created as DXNET style Node',
nodeu => '$_[0] set back as a User',
nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
+ notdone => 'NOT Done',
obscount => 'Ping obsolescence count on $_[0] set to $_[1]',
ok => 'Operation successful',
outconn => 'Outstanding connect to $_[0]',