mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
default channel should be reliable fragmented sequenced (#65)
This commit is contained in:
parent
acc34e5fb3
commit
3816a69578
@ -65,7 +65,7 @@ public LLAPITransport(GlobalConfig globalConfig = null, ConnectionConfig connect
|
||||
connectionConfig.BandwidthPeakFactor = 2;
|
||||
connectionConfig.WebSocketReceiveBufferMaxSize = 0;
|
||||
connectionConfig.UdpSocketReceiveBufferMaxSize = 0;
|
||||
channelId = connectionConfig.AddChannel(QosType.UnreliableFragmented);
|
||||
channelId = connectionConfig.AddChannel(QosType.ReliableFragmentedSequenced);
|
||||
}
|
||||
this.connectionConfig = connectionConfig;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user