ignore INCALL_CTRL inbound to an FNE;

pull/86/head
Bryan Biedenkapp 1 year ago
parent 59f85c5976
commit 86119c2171

@ -1012,6 +1012,12 @@ void* FNENetwork::threadedNetworkRx(void* arg)
}
}
break;
case NET_FUNC::INCALL_CTRL:
{
// FNEs are god-like entities, and we don't recognize the authority of foreign FNEs telling us what
// to do...
}
break;
case NET_FUNC::TRANSFER:
{

Loading…
Cancel
Save

Powered by TurnKey Linux.