BINKP responding to incoming netmail pings
This commit is contained in:
@@ -93,9 +93,6 @@ class Setup extends Model
|
||||
$this->do_prevent = 1; /* EMSI - send an immediate EMSI_INQ on connect */
|
||||
$this->ignore_nrq = 0;
|
||||
$this->options = 0; /* EMSI - our capabilities */
|
||||
|
||||
/* EMSI - the order of protocols we are able to accept */
|
||||
$this->inbound = '/tmp';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -106,7 +103,6 @@ class Setup extends Model
|
||||
switch ($key) {
|
||||
case 'binkp_options':
|
||||
case 'ignore_nrq':
|
||||
case 'inbound':
|
||||
case 'opt_nr': // @todo - this keys are now in #binkp as bits
|
||||
case 'opt_nd':
|
||||
case 'opt_nda':
|
||||
@@ -134,7 +130,6 @@ class Setup extends Model
|
||||
switch ($key) {
|
||||
case 'binkp_options':
|
||||
case 'ignore_nrq':
|
||||
case 'inbound':
|
||||
case 'opt_nr':
|
||||
case 'opt_nd':
|
||||
case 'opt_nda':
|
||||
|
Reference in New Issue
Block a user