Changeset 34bd549 in network-game for common/MessageProcessor.cpp
- Timestamp:
- Jun 19, 2014, 1:34:15 AM (11 years ago)
- Branches:
- master
- Children:
- 3ea1839
- Parents:
- 883bb5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/MessageProcessor.cpp
r883bb5d r34bd549 50 50 51 51 // assume we don't care about the value of socklen 52 cout << "Waiting for message from server" << endl; 52 53 int ret = recvfrom(sock, (char*)msg, sizeof(NETWORK_MSG), 0, (struct sockaddr *)source, &socklen); 54 cout << "Returned from wait" << endl; 53 55 54 56 if (ret == -1)
Note:
See TracChangeset
for help on using the changeset viewer.