Ignore:
Timestamp:
Jul 24, 2009, 8:53:41 PM (15 years ago)
Author:
Christoph Mayer
Message:

merge from bootstrap branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/AribaModule.cpp

    r5284 r5316  
    6161AribaModule::AribaModule()
    6262        : base_comm(NULL), sideport_sniffer(NULL), started(false) {
     63
     64        endpoints = "tcp{41322}";
     65
     66        //srand( time(NULL) );
     67        //uint16_t tcpport = (rand() + 1024) % 50000;
     68        //uint16_t udpport = (rand() + 1024) % 50000;
    6369}
    6470
Note: See TracChangeset for help on using the changeset viewer.