private void Allocation_Removed(Allocation allocation, AllocationsPool.RemoveReason reason) { logger.WriteInformation(string.Format("Allocation Terminated: {0} <--> {1}, {2}", allocation.Alocated.ToString(), allocation.Reflexive.ToString(), reason.ToString())); peerServer.Unbind(allocation.Alocated.ProtocolPort); }
private void Allocation_Removed(Allocation allocation) { peerServer.Unbind(allocation.Alocated.ProtocolPort); }