Removed LLAPI send delay
This commit is contained in:
parent
a1c027447b
commit
f6dc01a0dd
@ -103,7 +103,10 @@ namespace MLAPI
|
|||||||
}
|
}
|
||||||
|
|
||||||
NetworkTransport.Init();
|
NetworkTransport.Init();
|
||||||
ConnectionConfig cConfig = new ConnectionConfig();
|
ConnectionConfig cConfig = new ConnectionConfig()
|
||||||
|
{
|
||||||
|
SendDelay = 0
|
||||||
|
};
|
||||||
|
|
||||||
//MLAPI channels and messageTypes
|
//MLAPI channels and messageTypes
|
||||||
NetworkConfig.Channels.Add("MLAPI_RELIABLE_FRAGMENTED_SEQUENCED", QosType.ReliableFragmentedSequenced);
|
NetworkConfig.Channels.Add("MLAPI_RELIABLE_FRAGMENTED_SEQUENCED", QosType.ReliableFragmentedSequenced);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user