mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
reduce some useless array copies
This commit is contained in:
@@ -1157,7 +1157,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory)
|
||||
public void SendXferPacket(ulong xferID, uint packet,
|
||||
byte[] XferData, int XferDataOffset, int XferDatapktLen, bool isTaskInventory)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user