Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9441 in orxonox.OLD for branches/proxy/src/lib/network/ip.cc


Ignore:
Timestamp:
Jul 24, 2006, 5:39:17 PM (18 years ago)
Author:
patrick
Message:

reconnection does not segfault anymore now! betta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/ip.cc

    r9426 r9441  
    269269                     part1.getString() + "." + part0.getString();
    270270
    271   if (port != -1)
    272     addr += ":" + MultiType(port).getString();
     271#warning ip and ports are not handled correctly
     272//   if (port != -1)
     273//     addr += ":" + MultiType(port).getString();
    273274  return addr;
    274275}
Note: See TracChangeset for help on using the changeset viewer.