Esempio n. 1
0
// /////////////////////////////
// Methods
// /////////////////////////////

        override public void Abort()
        {
            if (ProtocolLog.NodeLog.Enabled)
            {
                ProtocolLog.Write(ProtocolLog.NodeLog, String.Format(
                                      "In StructuredNode.Abort: {0}", this.Address));
            }

#if !BRUNET_SIMULATOR
            _iphandler.Stop();
#endif
            StopConnectionOverlords();
            StopAllEdgeListeners();
        }