Update of /cvsroot/gcblue/gcb_wx/src/network
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15466/src/network
Modified Files:
tcConnectionData.cpp tcMultiplayerInterface.cpp
Log Message:
Index: tcConnectionData.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcConnectionData.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tcConnectionData.cpp 20 Nov 2006 00:17:43 -0000 1.16
--- tcConnectionData.cpp 29 Nov 2006 02:51:44 -0000 1.17
***************
*** 364,368 ****
const unsigned int resendLimit_sec = 8;
! const unsigned short maxResends = 2;
unsigned int t = tcTime::Get()->Get30HzCount();
std::list<unsigned int>::iterator iter = waitForAck.begin();
--- 364,368 ----
const unsigned int resendLimit_sec = 8;
! const unsigned short maxResends = 1;
unsigned int t = tcTime::Get()->Get30HzCount();
std::list<unsigned int>::iterator iter = waitForAck.begin();
Index: tcMultiplayerInterface.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/network/tcMultiplayerInterface.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** tcMultiplayerInterface.cpp 27 Nov 2006 00:46:39 -0000 1.37
--- tcMultiplayerInterface.cpp 29 Nov 2006 02:51:44 -0000 1.38
***************
*** 1830,1834 ****
else
{
! return 50;
}
}
--- 1830,1834 ----
else
{
! return 60;
}
}
|