EMSI now responding to PINGs in the same session
This commit is contained in:
@@ -11,6 +11,7 @@ use App\Classes\File\{Receive,Send};
|
||||
use App\Classes\Sock\{SocketClient,SocketException};
|
||||
use App\Interfaces\CRC as CRCInterface;
|
||||
use App\Interfaces\Zmodem as ZmodemInterface;
|
||||
use App\Models\Address;
|
||||
use App\Traits\CRC as CRCTrait;
|
||||
|
||||
final class Zmodem extends Protocol implements CRCInterface,ZmodemInterface
|
||||
@@ -274,7 +275,7 @@ final class Zmodem extends Protocol implements CRCInterface,ZmodemInterface
|
||||
$rc = $this->zmodem_senddone();
|
||||
|
||||
} else {
|
||||
$rc = $this->zmodem_receive($this->client,$proto,$this->recv);
|
||||
$rc = $this->zmodem_receive($this->client,$proto,$this->recv,$this->node->address);
|
||||
}
|
||||
|
||||
return $rc;
|
||||
|
Reference in New Issue
Block a user