Exemple #1
0
        public Communication(int localPortNumber, LSR _lsr)
        {
            IPEndPoint localEndPoint = new IPEndPoint(IPAddress.Parse("127.0.0.1"), localPortNumber);

            client = new UdpClient(localEndPoint);
            lsr    = _lsr;
        }
Exemple #2
0
 public LSRTest()
 {
     _lsr = new LSR(machine.CPU);
 }
Exemple #3
0
 public AnonymousInstruction6(LSR parent)
 {
     this.parent = parent;
 }