Changeset 9347 in orxonox.OLD for branches/proxy/src/subprojects
- Timestamp:
- Jul 20, 2006, 11:43:27 AM (18 years ago)
- Location:
- branches/proxy/src/subprojects
- Files:
-
- 1 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/subprojects/network/network_unit_test.cc
r8623 r9347 208 208 209 209 /* esatblish a connection */ 210 IP addressip;210 IP ip; 211 211 int error = SDLNet_ResolveHost(&ip, "127.0.0.1", port); 212 212 //SDLNet_ResolveHost(&ip, "localhost", port); … … 353 353 printf("Connecting to %s, on port %i\n", name, port); 354 354 355 IP addressip;355 IP ip; 356 356 int error = SDLNet_ResolveHost(&ip, name, port); 357 357 if(error == -1)
Note: See TracChangeset
for help on using the changeset viewer.