New algorithm for calculating packet name, EMSI/BINKP inbound processing tested, Netmail rejection and intransit processing
This commit is contained in:
@@ -62,7 +62,7 @@ class Packet extends FTNBase
|
||||
{
|
||||
$this->messages = collect();
|
||||
$this->domain = NULL;
|
||||
$this->name = sprintf('%08x',Carbon::now()->timestamp);
|
||||
$this->name = sprintf('%08x',timew());
|
||||
|
||||
// If we are creating an outbound packet, we need to set our header
|
||||
if ($o)
|
||||
|
Reference in New Issue
Block a user