Brunet.Simulator.Transport.SimulationEdgeListener.SimulationEdgeListener C# (CSharp) Метод

SimulationEdgeListener() статический приватный Метод

static private SimulationEdgeListener ( ) : System
Результат System
    static SimulationEdgeListener()
    {
      _el_map = new Dictionary<TransportAddress.TAType, Dictionary<int, SimulationEdgeListener>>();
      _ba = new BufferAllocator(Int16.MaxValue);
      _rand = Node.SimulatorRandom;
    }

Same methods

SimulationEdgeListener::SimulationEdgeListener ( int id, double loss_prob, TAAuthorizer ta_auth, bool use_delay ) : System
SimulationEdgeListener::SimulationEdgeListener ( int id, double loss_prob, TAAuthorizer ta_auth, bool use_delay, TransportAddress type, INat nat ) : System