Ignore:
Timestamp:
01/05/11 11:30:12 (14 years ago)
Author:
neise
Message:
choose sock0 or sock1..7 via soc command - see help
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/FADctrl/FADctrl.cc

    r10036 r10077  
    116116void OpenOtherSockets() {
    117117
    118   static char Hostname[] = "192.33.99.225";
     118        //ETHZ
     119  //static char Hostname[] = "192.33.99.225";
     120        //TUDO
     121        static char Hostname[] = "129.217.160.119";
    119122  int List[] = {5001, 5002, 5003, 5004, 5005, 5006, 5007};
    120123  int Socket[sizeof(List)/sizeof(int)], MaxSocketNum=0, Ret;
Note: See TracChangeset for help on using the changeset viewer.