Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 210


Ignore:
Timestamp:
Nov 14, 2007, 3:39:03 PM (16 years ago)
Author:
scheusso
Message:

bsdf

Location:
code/branches/network/src/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/Makefile

    r208 r210  
    1212        ${CC} -c dummyserver.cc -o dummyserver.o -g ${INC}
    1313# Compilation commands:
    14 ConnectionManager.o: ConnectionManager.cc
     14ConnectionManager.o: ConnectionManager.cc ConnectionManager.h
    1515        ${CC} -c ConnectionManager.cc -o ConnectionManager.o -g ${INC}
    1616
  • code/branches/network/src/network/dummyclient.cc

    r208 r210  
    2929 
    3030  enet_address_set_host(&address, str.c_str());
    31   address.port = 5555;
     31  address.port = 23;
    3232
    3333        // create client object
Note: See TracChangeset for help on using the changeset viewer.