Undo of TCP speedup for high-latency connections

This commit is contained in:
pagefault
2001-04-23 00:30:24 +00:00
parent 9b80fa3153
commit 9a7e3a303a
2 changed files with 2 additions and 2 deletions

View File

@@ -961,7 +961,7 @@ int AttachEnd(int psb){
ps=psb;
i2=0;
for (i=0;i<(UDPBackTrace-1);i++){
if (PrevSPacket[i]) i2++;
// if (PrevSPacket[i]) i2++;
}
if (PrevSPacket[0]) i2=0;
if (i2){

View File

@@ -887,7 +887,7 @@ int AttachEnd(int psb){
ps=psb;
i2=0;
for (i=0;i<(UDPBackTrace-1);i++){
if (PrevSPacket[i]) i2++;
// if (PrevSPacket[i]) i2++;
}
if (PrevSPacket[0]) i2=0;
if (i2){