* Put AgentTextureCached? response packet on the task queue rather than the wind queue
* Thanks to rtomita for pointing this out.0.6.5-rc1
parent
513ae92bbb
commit
952960e375
|
@ -4048,10 +4048,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
cachedresp.WearableData[i].HostName = new byte[0];
|
cachedresp.WearableData[i].HostName = new byte[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Temporarily throw these packets on to the wind queue, so we can identify whether these
|
|
||||||
// are somehow the source of the packet bloat.
|
|
||||||
cachedresp.Header.Zerocoded = true;
|
cachedresp.Header.Zerocoded = true;
|
||||||
OutPacket(cachedresp, ThrottleOutPacketType.Wind);
|
OutPacket(cachedresp, ThrottleOutPacketType.Texture);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue